Html Css Color HEX #767EFF Light Slate Blue

📋 copy color: '#767EFF'

red 118 ◦ green 126 ◦ blue 255

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

Shades of Light Slate Blue #767EFF

Tints of Light Slate Blue #767EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.25%

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

R = 23.65%
G = 25.25%
B = 51.1%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#767EFF (or 0x767EFF) is known color: Light Slate Blue. HEX triplet: 76, 7E and FF. RGB value is (118,126,255). Sum of RGB (Red+Green+Blue) = 118+126+255=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #767EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #767EFF is #898100. Grayscale: #898989. Windows color (decimal): -9011457 or 16744054. OLE color: 16744054.

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

Color convert

RGB 118 126 255 -
CMYK 0.54 0.51 0 0
HSL 236.5º 1% 0.73% -
HSV(B) 236.5º 0.54% 1% -
XYZ 32.98 25.99 97.89 -
YUV 138.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 118 126 255 0.54 0.51 0 0 236.5 1 0.73
Hex 76 7E FF 36 33 0 0 EC 64 49
Octal 166 176 377 66 63 0 0 354 144 111
Binary 1110110 1111110 11111111 110110 110011 0 0 11101100 1100100 1001001

Color Harmonies of #767EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767EFF

Black with #767EFF

Text Example


Text Example

White with #767EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,126,255); }

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

background-color css

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

 a { background-color: rgb(118,126,255); }

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

border-color css

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

 span { border-color: rgb(118,126,255); }

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