Html Css Color HEX #8C88FF Light Slate Blue

📋 copy color: '#8C88FF'

red 140 ◦ green 136 ◦ blue 255

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

Shades of Light Slate Blue #8C88FF

Tints of Light Slate Blue #8C88FF

RGB

 RED value IS 140 (55.08% from 255) = 26.37%

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

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

R = 26.37%
G = 25.61%
B = 48.02%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C88FF (or 0x8C88FF) is known color: Light Slate Blue. HEX triplet: 8C, 88 and FF. RGB value is (140,136,255). Sum of RGB (Red+Green+Blue) = 140+136+255=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C88FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C88FF is #737700. Grayscale: #969696. Windows color (decimal): -7567105 or 16746636. OLE color: 16746636.

HSL color Cylindrical-coordinate representation of color #8C88FF: hue angle of 242.02º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C88FF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 140 136 255 -
CMYK 0.45 0.47 0 0
HSL 242.02º 1% 0.77% -
HSV(B) 242.02º 0.47% 1% -
XYZ 37.67 30.4 98.49 -
YUV 150.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 140 136 255 0.45 0.47 0 0 242.02 1 0.77
Hex 8C 88 FF 2D 2F 0 0 F2 64 4D
Octal 214 210 377 55 57 0 0 362 144 115
Binary 10001100 10001000 11111111 101101 101111 0 0 11110010 1100100 1001101

Color Harmonies of #8C88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C88FF

Black with #8C88FF

Text Example


Text Example

White with #8C88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C88FF; }

 p { color: rgb(140,136,255); }

 H1.HeaderClassName
 {
   color: #8C88FF;
 }
 .AnyTagClassName
 {
   color: #8C88FF;
 }
</style>

background-color css

<style>
 a { background-color: #8C88FF; }

 a { background-color: rgb(140,136,255); }

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

border-color css

<style>
 span { border-color: #8C88FF; }

 span { border-color: rgb(140,136,255); }

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