Html Css Color HEX #8676FF Light Slate Blue

📋 copy color: '#8676FF'

red 134 ◦ green 118 ◦ blue 255

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

Shades of Light Slate Blue #8676FF

Tints of Light Slate Blue #8676FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.27%

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

R = 26.43%
G = 23.27%
B = 50.3%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8676FF (or 0x8676FF) is known color: Light Slate Blue. HEX triplet: 86, 76 and FF. RGB value is (134,118,255). Sum of RGB (Red+Green+Blue) = 134+118+255=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #8676FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8676FF is #798900. Grayscale: #898989. Windows color (decimal): -7964929 or 16742022. OLE color: 16742022.

HSL color Cylindrical-coordinate representation of color #8676FF: hue angle of 247.01º 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 #8676FF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 118 255 -
CMYK 0.47 0.54 0 0
HSL 247.01º 1% 0.73% -
HSV(B) 247.01º 0.54% 1% -
XYZ 34.36 25.25 97.67 -
YUV 138.4 193.8 124.86 -
System Red Green Blue C M Y K H S L
Decimal 134 118 255 0.47 0.54 0 0 247.01 1 0.73
Hex 86 76 FF 2F 36 0 0 F7 64 49
Octal 206 166 377 57 66 0 0 367 144 111
Binary 10000110 1110110 11111111 101111 110110 0 0 11110111 1100100 1001001

Color Harmonies of #8676FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8676FF

Black with #8676FF

Text Example


Text Example

White with #8676FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8676FF; }

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

 H1.HeaderClassName
 {
   color: #8676FF;
 }
 .AnyTagClassName
 {
   color: #8676FF;
 }
</style>

background-color css

<style>
 a { background-color: #8676FF; }

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

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

border-color css

<style>
 span { border-color: #8676FF; }

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

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