Html Css Color HEX #9185ED Light Slate Blue

📋 copy color: '#9185ED'

red 145 ◦ green 133 ◦ blue 237

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

Shades of Light Slate Blue #9185ED

Tints of Light Slate Blue #9185ED

RGB

 RED value IS 145 (57.03% from 255) = 28.16%

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

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

R = 28.16%
G = 25.83%
B = 46.02%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9185ED (or 0x9185ED) is known color: Light Slate Blue. HEX triplet: 91, 85 and ED. RGB value is (145,133,237). Sum of RGB (Red+Green+Blue) = 145+133+237=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #9185ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9185ED is #6E7A12. Grayscale: #949494. Windows color (decimal): -7240211 or 15566225. OLE color: 15566225.

HSL color Cylindrical-coordinate representation of color #9185ED: hue angle of 246.92º 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 #9185ED is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 133 237 -
CMYK 0.39 0.44 0 0.07
HSL 246.92º 0.74% 0.73% -
HSV(B) 246.92º 0.44% 0.93% -
XYZ 35.35 28.91 83.84 -
YUV 148.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 145 133 237 0.39 0.44 0 0.07 246.92 0.74 0.73
Hex 91 85 ED 27 2C 0 7 F7 4A 49
Octal 221 205 355 47 54 0 7 367 112 111
Binary 10010001 10000101 11101101 100111 101100 0 111 11110111 1001010 1001001

Color Harmonies of #9185ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9185ED

Black with #9185ED

Text Example


Text Example

White with #9185ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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