Html Css Color HEX #9185EC Light Slate Blue

📋 copy color: '#9185EC'

red 145 ◦ green 133 ◦ blue 236

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

Shades of Light Slate Blue #9185EC

Tints of Light Slate Blue #9185EC

RGB

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

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

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

R = 28.21%
G = 25.88%
B = 45.91%

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

#9185EC (or 0x9185EC) is known color: Light Slate Blue. HEX triplet: 91, 85 and EC. RGB value is (145,133,236). Sum of RGB (Red+Green+Blue) = 145+133+236=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #9185EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9185EC is #6E7A13. Grayscale: #939393. Windows color (decimal): -7240212 or 15500689. OLE color: 15500689.

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

Color convert

RGB 145 133 236 -
CMYK 0.39 0.44 0 0.07
HSL 246.99º 0.73% 0.72% -
HSV(B) 246.99º 0.44% 0.93% -
XYZ 35.2 28.85 83.07 -
YUV 148.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 145 133 236 0.39 0.44 0 0.07 246.99 0.73 0.72
Hex 91 85 EC 27 2C 0 7 F7 49 48
Octal 221 205 354 47 54 0 7 367 111 110
Binary 10010001 10000101 11101100 100111 101100 0 111 11110111 1001001 1001000

Color Harmonies of #9185EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9185EC

Black with #9185EC

Text Example


Text Example

White with #9185EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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