Html Css Color HEX #8B53FF Light Slate Blue

📋 copy color: '#8B53FF'

red 139 ◦ green 83 ◦ blue 255

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

Shades of Light Slate Blue #8B53FF

Tints of Light Slate Blue #8B53FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 29.14%
G = 17.4%
B = 53.46%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8B53FF (or 0x8B53FF) is known color: Light Slate Blue. HEX triplet: 8B, 53 and FF. RGB value is (139,83,255). Sum of RGB (Red+Green+Blue) = 139+83+255=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B53FF is #74AC00. Grayscale: #767676. Windows color (decimal): -7646209 or 16733067. OLE color: 16733067.

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

Color convert

RGB 139 83 255 -
CMYK 0.45 0.67 0 0
HSL 259.53º 1% 0.66% -
HSV(B) 259.53º 0.67% 1% -
XYZ 31.79 18.9 96.58 -
YUV 119.35 204.55 142.01 -
System Red Green Blue C M Y K H S L
Decimal 139 83 255 0.45 0.67 0 0 259.53 1 0.66
Hex 8B 53 FF 2D 43 0 0 104 64 42
Octal 213 123 377 55 103 0 0 404 144 102
Binary 10001011 1010011 11111111 101101 1000011 0 0 100000100 1100100 1000010

Color Harmonies of #8B53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B53FF

Black with #8B53FF

Text Example


Text Example

White with #8B53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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