Html Css Color HEX #8688FA Light Slate Blue

📋 copy color: '#8688FA'

red 134 ◦ green 136 ◦ blue 250

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

Shades of Light Slate Blue #8688FA

Tints of Light Slate Blue #8688FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 25.77%
G = 26.15%
B = 48.08%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8688FA (or 0x8688FA) is known color: Light Slate Blue. HEX triplet: 86, 88 and FA. RGB value is (134,136,250). Sum of RGB (Red+Green+Blue) = 134+136+250=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #8688FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8688FA is #797705. Grayscale: #939393. Windows color (decimal): -7960326 or 16418950. OLE color: 16418950.

HSL color Cylindrical-coordinate representation of color #8688FA: hue angle of 238.97º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8688FA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 136 250 -
CMYK 0.46 0.46 0 0.02
HSL 238.97º 0.92% 0.75% -
HSV(B) 238.97º 0.46% 0.98% -
XYZ 35.89 29.58 94.26 -
YUV 148.4 185.34 117.73 -
System Red Green Blue C M Y K H S L
Decimal 134 136 250 0.46 0.46 0 0.02 238.97 0.92 0.75
Hex 86 88 FA 2E 2E 0 2 EF 5C 4B
Octal 206 210 372 56 56 0 2 357 134 113
Binary 10000110 10001000 11111010 101110 101110 0 10 11101111 1011100 1001011

Color Harmonies of #8688FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8688FA

Black with #8688FA

Text Example


Text Example

White with #8688FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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