Html Css Color HEX #888CFF Light Slate Blue

📋 copy color: '#888CFF'

red 136 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #888CFF

Tints of Light Slate Blue #888CFF

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#888CFF (or 0x888CFF) is known color: Light Slate Blue. HEX triplet: 88, 8C and FF. RGB value is (136,140,255). Sum of RGB (Red+Green+Blue) = 136+140+255=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 140 (55.08% from 255 or 26.37% 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 #888CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CFF is #777300. Grayscale: #979797. Windows color (decimal): -7828225 or 16747656. OLE color: 16747656.

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

Color convert

RGB 136 140 255 -
CMYK 0.47 0.45 0 0
HSL 237.98º 1% 0.77% -
HSV(B) 237.98º 0.47% 1% -
XYZ 37.58 31.21 98.65 -
YUV 151.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 136 140 255 0.47 0.45 0 0 237.98 1 0.77
Hex 88 8C FF 2F 2D 0 0 EE 64 4D
Octal 210 214 377 57 55 0 0 356 144 115
Binary 10001000 10001100 11111111 101111 101101 0 0 11101110 1100100 1001101

Color Harmonies of #888CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CFF

Black with #888CFF

Text Example


Text Example

White with #888CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888CFF; }

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

 H1.HeaderClassName
 {
   color: #888CFF;
 }
 .AnyTagClassName
 {
   color: #888CFF;
 }
</style>

background-color css

<style>
 a { background-color: #888CFF; }

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

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

border-color css

<style>
 span { border-color: #888CFF; }

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

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