Html Css Color HEX #9184FF Light Slate Blue

📋 copy color: '#9184FF'

red 145 ◦ green 132 ◦ blue 255

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

Shades of Light Slate Blue #9184FF

Tints of Light Slate Blue #9184FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 27.26%
G = 24.81%
B = 47.93%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9184FF (or 0x9184FF) is known color: Light Slate Blue. HEX triplet: 91, 84 and FF. RGB value is (145,132,255). Sum of RGB (Red+Green+Blue) = 145+132+255=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #9184FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9184FF is #6E7B00. Grayscale: #959595. Windows color (decimal): -7240449 or 16745617. OLE color: 16745617.

HSL color Cylindrical-coordinate representation of color #9184FF: hue angle of 246.34º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9184FF is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 145 132 255 -
CMYK 0.43 0.48 0 0
HSL 246.34º 1% 0.76% -
HSV(B) 246.34º 0.48% 1% -
XYZ 37.98 29.74 98.35 -
YUV 149.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 145 132 255 0.43 0.48 0 0 246.34 1 0.76
Hex 91 84 FF 2B 30 0 0 F6 64 4C
Octal 221 204 377 53 60 0 0 366 144 114
Binary 10010001 10000100 11111111 101011 110000 0 0 11110110 1100100 1001100

Color Harmonies of #9184FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9184FF

Black with #9184FF

Text Example


Text Example

White with #9184FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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