Html Css Color HEX #8852FF Light Slate Blue

📋 copy color: '#8852FF'

red 136 ◦ green 82 ◦ blue 255

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

Shades of Light Slate Blue #8852FF

Tints of Light Slate Blue #8852FF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.34%

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

R = 28.75%
G = 17.34%
B = 53.91%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8852FF (or 0x8852FF) is known color: Light Slate Blue. HEX triplet: 88, 52 and FF. RGB value is (136,82,255). Sum of RGB (Red+Green+Blue) = 136+82+255=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #8852FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8852FF is #77AD00. Grayscale: #757575. Windows color (decimal): -7843073 or 16732808. OLE color: 16732808.

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

Color convert

RGB 136 82 255 -
CMYK 0.47 0.68 0 0
HSL 258.73º 1% 0.66% -
HSV(B) 258.73º 0.68% 1% -
XYZ 31.22 18.49 96.53 -
YUV 117.87 205.39 140.93 -
System Red Green Blue C M Y K H S L
Decimal 136 82 255 0.47 0.68 0 0 258.73 1 0.66
Hex 88 52 FF 2F 44 0 0 103 64 42
Octal 210 122 377 57 104 0 0 403 144 102
Binary 10001000 1010010 11111111 101111 1000100 0 0 100000011 1100100 1000010

Color Harmonies of #8852FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8852FF

Black with #8852FF

Text Example


Text Example

White with #8852FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8852FF; }

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

 H1.HeaderClassName
 {
   color: #8852FF;
 }
 .AnyTagClassName
 {
   color: #8852FF;
 }
</style>

background-color css

<style>
 a { background-color: #8852FF; }

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

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

border-color css

<style>
 span { border-color: #8852FF; }

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

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