Html Css Color HEX #8886FA Light Slate Blue

📋 copy color: '#8886FA'

red 136 ◦ green 134 ◦ blue 250

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

Shades of Light Slate Blue #8886FA

Tints of Light Slate Blue #8886FA

RGB

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

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

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

R = 26.15%
G = 25.77%
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

#8886FA (or 0x8886FA) is known color: Light Slate Blue. HEX triplet: 88, 86 and FA. RGB value is (136,134,250). Sum of RGB (Red+Green+Blue) = 136+134+250=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 134 (52.73% from 255 or 25.77% 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 #8886FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8886FA is #777905. Grayscale: #939393. Windows color (decimal): -7829766 or 16418440. OLE color: 16418440.

HSL color Cylindrical-coordinate representation of color #8886FA: hue angle of 241.03º 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 #8886FA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 134 250 -
CMYK 0.46 0.46 0 0.02
HSL 241.03º 0.92% 0.75% -
HSV(B) 241.03º 0.46% 0.98% -
XYZ 35.93 29.19 94.18 -
YUV 147.82 185.66 119.57 -
System Red Green Blue C M Y K H S L
Decimal 136 134 250 0.46 0.46 0 0.02 241.03 0.92 0.75
Hex 88 86 FA 2E 2E 0 2 F1 5C 4B
Octal 210 206 372 56 56 0 2 361 134 113
Binary 10001000 10000110 11111010 101110 101110 0 10 11110001 1011100 1001011

Color Harmonies of #8886FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8886FA

Black with #8886FA

Text Example


Text Example

White with #8886FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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