Html Css Color HEX #8985ED Light Slate Blue

📋 copy color: '#8985ED'

red 137 ◦ green 133 ◦ blue 237

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

Shades of Light Slate Blue #8985ED

Tints of Light Slate Blue #8985ED

RGB

 RED value IS 137 (53.91% from 255) = 27.02%

 GREEN value IS 133 (52.34% from 255) = 26.23%

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 27.02%
G = 26.23%
B = 46.75%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8985ED (or 0x8985ED) is known color: Light Slate Blue. HEX triplet: 89, 85 and ED. RGB value is (137,133,237). Sum of RGB (Red+Green+Blue) = 137+133+237=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #8985ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8985ED is #767A12. Grayscale: #919191. Windows color (decimal): -7764499 or 15566217. OLE color: 15566217.

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

Color convert

RGB 137 133 237 -
CMYK 0.42 0.44 0 0.07
HSL 242.31º 0.74% 0.73% -
HSV(B) 242.31º 0.44% 0.93% -
XYZ 33.99 28.21 83.77 -
YUV 146.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 137 133 237 0.42 0.44 0 0.07 242.31 0.74 0.73
Hex 89 85 ED 2A 2C 0 7 F2 4A 49
Octal 211 205 355 52 54 0 7 362 112 111
Binary 10001001 10000101 11101101 101010 101100 0 111 11110010 1001010 1001001

Color Harmonies of #8985ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8985ED

Black with #8985ED

Text Example


Text Example

White with #8985ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8985ED; }

 p { color: rgb(137,133,237); }

 H1.HeaderClassName
 {
   color: #8985ED;
 }
 .AnyTagClassName
 {
   color: #8985ED;
 }
</style>

background-color css

<style>
 a { background-color: #8985ED; }

 a { background-color: rgb(137,133,237); }

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

border-color css

<style>
 span { border-color: #8985ED; }

 span { border-color: rgb(137,133,237); }

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