Html Css Color HEX #8B58FF Light Slate Blue

📋 copy color: '#8B58FF'

red 139 ◦ green 88 ◦ blue 255

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

Shades of Light Slate Blue #8B58FF

Tints of Light Slate Blue #8B58FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.26%

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

R = 28.84%
G = 18.26%
B = 52.9%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8B58FF (or 0x8B58FF) is known color: Light Slate Blue. HEX triplet: 8B, 58 and FF. RGB value is (139,88,255). Sum of RGB (Red+Green+Blue) = 139+88+255=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B58FF is #74A700. Grayscale: #797979. Windows color (decimal): -7644929 or 16734347. OLE color: 16734347.

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

Color convert

RGB 139 88 255 -
CMYK 0.45 0.65 0 0
HSL 258.32º 1% 0.67% -
HSV(B) 258.32º 0.65% 1% -
XYZ 32.19 19.69 96.71 -
YUV 122.29 202.9 139.92 -
System Red Green Blue C M Y K H S L
Decimal 139 88 255 0.45 0.65 0 0 258.32 1 0.67
Hex 8B 58 FF 2D 41 0 0 102 64 43
Octal 213 130 377 55 101 0 0 402 144 103
Binary 10001011 1011000 11111111 101101 1000001 0 0 100000010 1100100 1000011

Color Harmonies of #8B58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B58FF

Black with #8B58FF

Text Example


Text Example

White with #8B58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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