Html Css Color HEX #8582EC Light Slate Blue

📋 copy color: '#8582EC'

red 133 ◦ green 130 ◦ blue 236

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

Shades of Light Slate Blue #8582EC

Tints of Light Slate Blue #8582EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 26.65%
G = 26.05%
B = 47.29%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8582EC (or 0x8582EC) is known color: Light Slate Blue. HEX triplet: 85, 82 and EC. RGB value is (133,130,236). Sum of RGB (Red+Green+Blue) = 133+130+236=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #8582EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8582EC is #7A7D13. Grayscale: #8E8E8E. Windows color (decimal): -8027412 or 15499909. OLE color: 15499909.

HSL color Cylindrical-coordinate representation of color #8582EC: hue angle of 241.7º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8582EC is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 130 236 -
CMYK 0.44 0.45 0 0.07
HSL 241.7º 0.74% 0.72% -
HSV(B) 241.7º 0.45% 0.93% -
XYZ 32.8 27.01 82.84 -
YUV 142.98 180.49 120.88 -
System Red Green Blue C M Y K H S L
Decimal 133 130 236 0.44 0.45 0 0.07 241.7 0.74 0.72
Hex 85 82 EC 2C 2D 0 7 F2 4A 48
Octal 205 202 354 54 55 0 7 362 112 110
Binary 10000101 10000010 11101100 101100 101101 0 111 11110010 1001010 1001000

Color Harmonies of #8582EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8582EC

Black with #8582EC

Text Example


Text Example

White with #8582EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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