Html Css Color HEX #8582FF Light Slate Blue

📋 copy color: '#8582FF'

red 133 ◦ green 130 ◦ blue 255

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

Shades of Light Slate Blue #8582FF

Tints of Light Slate Blue #8582FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.1%

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

R = 25.68%
G = 25.1%
B = 49.23%

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

#8582FF (or 0x8582FF) is known color: Light Slate Blue. HEX triplet: 85, 82 and FF. RGB value is (133,130,255). Sum of RGB (Red+Green+Blue) = 133+130+255=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #8582FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8582FF is #7A7D00. Grayscale: #909090. Windows color (decimal): -8027393 or 16745093. OLE color: 16745093.

HSL color Cylindrical-coordinate representation of color #8582FF: hue angle of 241.44º 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 #8582FF is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 130 255 -
CMYK 0.48 0.49 0 0
HSL 241.44º 1% 0.75% -
HSV(B) 241.44º 0.49% 1% -
XYZ 35.71 28.17 98.16 -
YUV 145.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 133 130 255 0.48 0.49 0 0 241.44 1 0.75
Hex 85 82 FF 30 31 0 0 F1 64 4B
Octal 205 202 377 60 61 0 0 361 144 113
Binary 10000101 10000010 11111111 110000 110001 0 0 11110001 1100100 1001011

Color Harmonies of #8582FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8582FF

Black with #8582FF

Text Example


Text Example

White with #8582FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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