Html Css Color HEX #7677FE Light Slate Blue

📋 copy color: '#7677FE'

red 118 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #7677FE

Tints of Light Slate Blue #7677FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.24%

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

R = 24.03%
G = 24.24%
B = 51.73%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7677FE (or 0x7677FE) is known color: Light Slate Blue. HEX triplet: 76, 77 and FE. RGB value is (118,119,254). Sum of RGB (Red+Green+Blue) = 118+119+254=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #7677FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7677FE is #898801. Grayscale: #858585. Windows color (decimal): -9013250 or 16676726. OLE color: 16676726.

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

Color convert

RGB 118 119 254 -
CMYK 0.54 0.53 0 0.00
HSL 239.56º 0.99% 0.73% -
HSV(B) 239.56º 0.54% 1% -
XYZ 31.96 24.2 96.75 -
YUV 134.09 195.67 116.52 -
System Red Green Blue C M Y K H S L
Decimal 118 119 254 0.54 0.53 0 0.00 239.56 0.99 0.73
Hex 76 77 FE 36 35 0 0 F0 63 49
Octal 166 167 376 66 65 0 0 360 143 111
Binary 1110110 1110111 11111110 110110 110101 0 0 11110000 1100011 1001001

Color Harmonies of #7677FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7677FE

Black with #7677FE

Text Example


Text Example

White with #7677FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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