Html Css Color HEX #8688FE Light Slate Blue

📋 copy color: '#8688FE'

red 134 ◦ green 136 ◦ blue 254

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

Shades of Light Slate Blue #8688FE

Tints of Light Slate Blue #8688FE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.95%

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

R = 25.57%
G = 25.95%
B = 48.47%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8688FE (or 0x8688FE) is known color: Light Slate Blue. HEX triplet: 86, 88 and FE. RGB value is (134,136,254). Sum of RGB (Red+Green+Blue) = 134+136+254=524 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.57% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #8688FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8688FE is #797701. Grayscale: #949494. Windows color (decimal): -7960322 or 16681094. OLE color: 16681094.

HSL color Cylindrical-coordinate representation of color #8688FE: hue angle of 239º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8688FE is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 136 254 -
CMYK 0.47 0.46 0 0.00
HSL 239º 0.98% 0.76% -
HSV(B) 239º 0.47% 1% -
XYZ 36.53 29.83 97.6 -
YUV 148.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 134 136 254 0.47 0.46 0 0.00 239 0.98 0.76
Hex 86 88 FE 2F 2E 0 0 EF 62 4C
Octal 206 210 376 57 56 0 0 357 142 114
Binary 10000110 10001000 11111110 101111 101110 0 0 11101111 1100010 1001100

Color Harmonies of #8688FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8688FE

Black with #8688FE

Text Example


Text Example

White with #8688FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,136,254); }

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

background-color css

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

 a { background-color: rgb(134,136,254); }

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

border-color css

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

 span { border-color: rgb(134,136,254); }

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