Html Css Color HEX #767FFE Light Slate Blue

📋 copy color: '#767FFE'

red 118 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #767FFE

Tints of Light Slate Blue #767FFE

RGB

 RED value IS 118 (46.48% from 255) = 23.65%

 GREEN value IS 127 (50% from 255) = 25.45%

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

R = 23.65%
G = 25.45%
B = 50.9%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#767FFE (or 0x767FFE) is known color: Light Slate Blue. HEX triplet: 76, 7F and FE. RGB value is (118,127,254). Sum of RGB (Red+Green+Blue) = 118+127+254=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #767FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767FFE is #898001. Grayscale: #8A8A8A. Windows color (decimal): -9011202 or 16678774. OLE color: 16678774.

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

Color convert

RGB 118 127 254 -
CMYK 0.54 0.50 0 0.00
HSL 236.03º 0.99% 0.73% -
HSV(B) 236.03º 0.54% 1% -
XYZ 32.95 26.19 97.08 -
YUV 138.79 193.02 113.17 -
System Red Green Blue C M Y K H S L
Decimal 118 127 254 0.54 0.50 0 0.00 236.03 0.99 0.73
Hex 76 7F FE 36 32 0 0 EC 63 49
Octal 166 177 376 66 62 0 0 354 143 111
Binary 1110110 1111111 11111110 110110 110010 0 0 11101100 1100011 1001001

Color Harmonies of #767FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FFE

Black with #767FFE

Text Example


Text Example

White with #767FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767FFE; }

 p { color: rgb(118,127,254); }

 H1.HeaderClassName
 {
   color: #767FFE;
 }
 .AnyTagClassName
 {
   color: #767FFE;
 }
</style>

background-color css

<style>
 a { background-color: #767FFE; }

 a { background-color: rgb(118,127,254); }

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

border-color css

<style>
 span { border-color: #767FFE; }

 span { border-color: rgb(118,127,254); }

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