Html Css Color HEX #767CFE Light Slate Blue

📋 copy color: '#767CFE'

red 118 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #767CFE

Tints of Light Slate Blue #767CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25%

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

R = 23.79%
G = 25%
B = 51.21%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#767CFE (or 0x767CFE) is known color: Light Slate Blue. HEX triplet: 76, 7C and FE. RGB value is (118,124,254). Sum of RGB (Red+Green+Blue) = 118+124+254=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #767CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767CFE is #898301. Grayscale: #888888. Windows color (decimal): -9011970 or 16678006. OLE color: 16678006.

HSL color Cylindrical-coordinate representation of color #767CFE: hue angle of 237.35º 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 #767CFE is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 124 254 -
CMYK 0.54 0.51 0 0.00
HSL 237.35º 0.99% 0.73% -
HSV(B) 237.35º 0.54% 1% -
XYZ 32.57 25.42 96.96 -
YUV 137.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 118 124 254 0.54 0.51 0 0.00 237.35 0.99 0.73
Hex 76 7C FE 36 33 0 0 ED 63 49
Octal 166 174 376 66 63 0 0 355 143 111
Binary 1110110 1111100 11111110 110110 110011 0 0 11101101 1100011 1001001

Color Harmonies of #767CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CFE

Black with #767CFE

Text Example


Text Example

White with #767CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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