Html Css Color HEX #7786FF Light Slate Blue

📋 copy color: '#7786FF'

red 119 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #7786FF

Tints of Light Slate Blue #7786FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.38%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 23.43%
G = 26.38%
B = 50.2%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7786FF (or 0x7786FF) is known color: Light Slate Blue. HEX triplet: 77, 86 and FF. RGB value is (119,134,255). Sum of RGB (Red+Green+Blue) = 119+134+255=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #7786FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7786FF is #887900. Grayscale: #8E8E8E. Windows color (decimal): -8943873 or 16746103. OLE color: 16746103.

HSL color Cylindrical-coordinate representation of color #7786FF: hue angle of 233.38º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7786FF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 134 255 -
CMYK 0.53 0.47 0 0
HSL 233.38º 1% 0.73% -
HSV(B) 233.38º 0.53% 1% -
XYZ 34.18 28.19 98.25 -
YUV 143.31 191.03 110.66 -
System Red Green Blue C M Y K H S L
Decimal 119 134 255 0.53 0.47 0 0 233.38 1 0.73
Hex 77 86 FF 35 2F 0 0 E9 64 49
Octal 167 206 377 65 57 0 0 351 144 111
Binary 1110111 10000110 11111111 110101 101111 0 0 11101001 1100100 1001001

Color Harmonies of #7786FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7786FF

Black with #7786FF

Text Example


Text Example

White with #7786FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7786FF; }

 p { color: rgb(119,134,255); }

 H1.HeaderClassName
 {
   color: #7786FF;
 }
 .AnyTagClassName
 {
   color: #7786FF;
 }
</style>

background-color css

<style>
 a { background-color: #7786FF; }

 a { background-color: rgb(119,134,255); }

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

border-color css

<style>
 span { border-color: #7786FF; }

 span { border-color: rgb(119,134,255); }

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