Html Css Color HEX #9184ED Light Slate Blue

📋 copy color: '#9184ED'

red 145 ◦ green 132 ◦ blue 237

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

Shades of Light Slate Blue #9184ED

Tints of Light Slate Blue #9184ED

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.68%

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

R = 28.21%
G = 25.68%
B = 46.11%

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

#9184ED (or 0x9184ED) is known color: Light Slate Blue. HEX triplet: 91, 84 and ED. RGB value is (145,132,237). Sum of RGB (Red+Green+Blue) = 145+132+237=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #9184ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9184ED is #6E7B12. Grayscale: #939393. Windows color (decimal): -7240467 or 15565969. OLE color: 15565969.

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

Color convert

RGB 145 132 237 -
CMYK 0.39 0.44 0 0.07
HSL 247.43º 0.74% 0.72% -
HSV(B) 247.43º 0.44% 0.93% -
XYZ 35.21 28.64 83.79 -
YUV 147.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 145 132 237 0.39 0.44 0 0.07 247.43 0.74 0.72
Hex 91 84 ED 27 2C 0 7 F7 4A 48
Octal 221 204 355 47 54 0 7 367 112 110
Binary 10010001 10000100 11101101 100111 101100 0 111 11110111 1001010 1001000

Color Harmonies of #9184ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9184ED

Black with #9184ED

Text Example


Text Example

White with #9184ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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