Html Css Color HEX #9185EE Light Slate Blue

📋 copy color: '#9185EE'

red 145 ◦ green 133 ◦ blue 238

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

Shades of Light Slate Blue #9185EE

Tints of Light Slate Blue #9185EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 28.1%
G = 25.78%
B = 46.12%

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

#9185EE (or 0x9185EE) is known color: Light Slate Blue. HEX triplet: 91, 85 and EE. RGB value is (145,133,238). Sum of RGB (Red+Green+Blue) = 145+133+238=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #9185EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9185EE is #6E7A11. Grayscale: #949494. Windows color (decimal): -7240210 or 15631761. OLE color: 15631761.

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

Color convert

RGB 145 133 238 -
CMYK 0.39 0.44 0 0.07
HSL 246.86º 0.76% 0.73% -
HSV(B) 246.86º 0.44% 0.93% -
XYZ 35.5 28.97 84.61 -
YUV 148.56 178.48 125.46 -
System Red Green Blue C M Y K H S L
Decimal 145 133 238 0.39 0.44 0 0.07 246.86 0.76 0.73
Hex 91 85 EE 27 2C 0 7 F7 4C 49
Octal 221 205 356 47 54 0 7 367 114 111
Binary 10010001 10000101 11101110 100111 101100 0 111 11110111 1001100 1001001

Color Harmonies of #9185EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9185EE

Black with #9185EE

Text Example


Text Example

White with #9185EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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