Html Css Color HEX #8581FF Light Slate Blue

📋 copy color: '#8581FF'

red 133 ◦ green 129 ◦ blue 255

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

Shades of Light Slate Blue #8581FF

Tints of Light Slate Blue #8581FF

RGB

 RED value IS 133 (52.34% from 255) = 25.73%

 GREEN value IS 129 (50.78% from 255) = 24.95%

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

R = 25.73%
G = 24.95%
B = 49.32%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8581FF (or 0x8581FF) is known color: Light Slate Blue. HEX triplet: 85, 81 and FF. RGB value is (133,129,255). Sum of RGB (Red+Green+Blue) = 133+129+255=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #8581FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8581FF is #7A7E00. Grayscale: #909090. Windows color (decimal): -8027649 or 16744837. OLE color: 16744837.

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

Color convert

RGB 133 129 255 -
CMYK 0.48 0.49 0 0
HSL 241.9º 1% 0.75% -
HSV(B) 241.9º 0.49% 1% -
XYZ 35.57 27.91 98.12 -
YUV 144.56 190.33 119.75 -
System Red Green Blue C M Y K H S L
Decimal 133 129 255 0.48 0.49 0 0 241.9 1 0.75
Hex 85 81 FF 30 31 0 0 F2 64 4B
Octal 205 201 377 60 61 0 0 362 144 113
Binary 10000101 10000001 11111111 110000 110001 0 0 11110010 1100100 1001011

Color Harmonies of #8581FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8581FF

Black with #8581FF

Text Example


Text Example

White with #8581FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,129,255); }

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

background-color css

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

 a { background-color: rgb(133,129,255); }

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

border-color css

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

 span { border-color: rgb(133,129,255); }

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