Html Css Color HEX #8B52FF Light Slate Blue

📋 copy color: '#8B52FF'

red 139 ◦ green 82 ◦ blue 255

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

Shades of Light Slate Blue #8B52FF

Tints of Light Slate Blue #8B52FF

RGB

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

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

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

R = 29.2%
G = 17.23%
B = 53.57%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8B52FF (or 0x8B52FF) is known color: Light Slate Blue. HEX triplet: 8B, 52 and FF. RGB value is (139,82,255). Sum of RGB (Red+Green+Blue) = 139+82+255=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B52FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B52FF is #74AD00. Grayscale: #767676. Windows color (decimal): -7646465 or 16732811. OLE color: 16732811.

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

Color convert

RGB 139 82 255 -
CMYK 0.45 0.68 0 0
HSL 259.77º 1% 0.66% -
HSV(B) 259.77º 0.68% 1% -
XYZ 31.71 18.74 96.55 -
YUV 118.77 204.88 142.43 -
System Red Green Blue C M Y K H S L
Decimal 139 82 255 0.45 0.68 0 0 259.77 1 0.66
Hex 8B 52 FF 2D 44 0 0 104 64 42
Octal 213 122 377 55 104 0 0 404 144 102
Binary 10001011 1010010 11111111 101101 1000100 0 0 100000100 1100100 1000010

Color Harmonies of #8B52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B52FF

Black with #8B52FF

Text Example


Text Example

White with #8B52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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