Html Css Color HEX #8581EF Light Slate Blue

📋 copy color: '#8581EF'

red 133 ◦ green 129 ◦ blue 239

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

Shades of Light Slate Blue #8581EF

Tints of Light Slate Blue #8581EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 26.55%
G = 25.75%
B = 47.7%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8581EF (or 0x8581EF) is known color: Light Slate Blue. HEX triplet: 85, 81 and EF. RGB value is (133,129,239). Sum of RGB (Red+Green+Blue) = 133+129+239=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #8581EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8581EF is #7A7E10. Grayscale: #8E8E8E. Windows color (decimal): -8027665 or 15696261. OLE color: 15696261.

HSL color Cylindrical-coordinate representation of color #8581EF: hue angle of 242.18º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8581EF is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 129 239 -
CMYK 0.44 0.46 0 0.06
HSL 242.18º 0.77% 0.72% -
HSV(B) 242.18º 0.46% 0.94% -
XYZ 33.1 26.92 85.11 -
YUV 142.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 133 129 239 0.44 0.46 0 0.06 242.18 0.77 0.72
Hex 85 81 EF 2C 2E 0 6 F2 4D 48
Octal 205 201 357 54 56 0 6 362 115 110
Binary 10000101 10000001 11101111 101100 101110 0 110 11110010 1001101 1001000

Color Harmonies of #8581EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8581EF

Black with #8581EF

Text Example


Text Example

White with #8581EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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