Html Css Color HEX #7785F8 Light Slate Blue

📋 copy color: '#7785F8'

red 119 ◦ green 133 ◦ blue 248

#7785F8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #7785F8

Tints of Light Slate Blue #7785F8

RGB

 RED value IS 119 (46.88% from 255) = 23.8%

 GREEN value IS 133 (52.34% from 255) = 26.6%

 BLUE value IS 248 (97.27% from 255) = 49.6%

R = 23.8%
G = 26.6%
B = 49.6%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7785F8 (or 0x7785F8) is known color: Light Slate Blue. HEX triplet: 77, 85 and F8. RGB value is (119,133,248). Sum of RGB (Red+Green+Blue) = 119+133+248=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #7785F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7785F8 is #887A07. Grayscale: #8D8D8D. Windows color (decimal): -8944136 or 16287095. OLE color: 16287095.

HSL color Cylindrical-coordinate representation of color #7785F8: hue angle of 233.49º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7785F8 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 133 248 -
CMYK 0.52 0.46 0 0.03
HSL 233.49º 0.9% 0.72% -
HSV(B) 233.49º 0.52% 0.97% -
XYZ 32.94 27.47 92.37 -
YUV 141.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 119 133 248 0.52 0.46 0 0.03 233.49 0.9 0.72
Hex 77 85 F8 34 2E 0 3 E9 5A 48
Octal 167 205 370 64 56 0 3 351 132 110
Binary 1110111 10000101 11111000 110100 101110 0 11 11101001 1011010 1001000

Color Harmonies of #7785F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7785F8

Black with #7785F8

Text Example


Text Example

White with #7785F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7785F8; }

 p { color: rgb(119,133,248); }

 H1.HeaderClassName
 {
   color: #7785F8;
 }
 .AnyTagClassName
 {
   color: #7785F8;
 }
</style>

background-color css

<style>
 a { background-color: #7785F8; }

 a { background-color: rgb(119,133,248); }

 div.DivClassName
 {
   background-color: #7785F8;
 }
 .BgClassName
 {
   background-color: #7785F8;
 }
</style>

border-color css

<style>
 span { border-color: #7785F8; }

 span { border-color: rgb(119,133,248); }

 td.TdClassName
 {
   border-color: #7785F8;
 }
 .TagClassName
 {
   border-color: #7785F8;
 }
</style>