Html Css Color HEX #8B88FE Light Slate Blue

📋 copy color: '#8B88FE'

red 139 ◦ green 136 ◦ blue 254

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

Shades of Light Slate Blue #8B88FE

Tints of Light Slate Blue #8B88FE

RGB

 RED value IS 139 (54.69% from 255) = 26.28%

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

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

R = 26.28%
G = 25.71%
B = 48.02%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8B88FE (or 0x8B88FE) is known color: Light Slate Blue. HEX triplet: 8B, 88 and FE. RGB value is (139,136,254). Sum of RGB (Red+Green+Blue) = 139+136+254=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B88FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B88FE is #747701. Grayscale: #959595. Windows color (decimal): -7632642 or 16681099. OLE color: 16681099.

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

Color convert

RGB 139 136 254 -
CMYK 0.45 0.46 0 0.00
HSL 241.53º 0.98% 0.76% -
HSV(B) 241.53º 0.46% 1% -
XYZ 37.34 30.25 97.64 -
YUV 150.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 139 136 254 0.45 0.46 0 0.00 241.53 0.98 0.76
Hex 8B 88 FE 2D 2E 0 0 F2 62 4C
Octal 213 210 376 55 56 0 0 362 142 114
Binary 10001011 10001000 11111110 101101 101110 0 0 11110010 1100010 1001100

Color Harmonies of #8B88FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B88FE

Black with #8B88FE

Text Example


Text Example

White with #8B88FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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