Html Css Color HEX #7786FE Light Slate Blue

📋 copy color: '#7786FE'

red 119 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #7786FE

Tints of Light Slate Blue #7786FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 23.47%
G = 26.43%
B = 50.1%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7786FE (or 0x7786FE) is known color: Light Slate Blue. HEX triplet: 77, 86 and FE. RGB value is (119,134,254). Sum of RGB (Red+Green+Blue) = 119+134+254=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #7786FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7786FE is #887901. Grayscale: #8E8E8E. Windows color (decimal): -8943874 or 16680567. OLE color: 16680567.

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

Color convert

RGB 119 134 254 -
CMYK 0.53 0.47 0 0.00
HSL 233.33º 0.99% 0.73% -
HSV(B) 233.33º 0.53% 1% -
XYZ 34.02 28.13 97.4 -
YUV 143.2 190.53 110.74 -
System Red Green Blue C M Y K H S L
Decimal 119 134 254 0.53 0.47 0 0.00 233.33 0.99 0.73
Hex 77 86 FE 35 2F 0 0 E9 63 49
Octal 167 206 376 65 57 0 0 351 143 111
Binary 1110111 10000110 11111110 110101 101111 0 0 11101001 1100011 1001001

Color Harmonies of #7786FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7786FE

Black with #7786FE

Text Example


Text Example

White with #7786FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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