Html Css Color HEX #9184F9 Light Slate Blue

📋 copy color: '#9184F9'

red 145 ◦ green 132 ◦ blue 249

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

Shades of Light Slate Blue #9184F9

Tints of Light Slate Blue #9184F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 27.57%
G = 25.1%
B = 47.34%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9184F9 (or 0x9184F9) is known color: Light Slate Blue. HEX triplet: 91, 84 and F9. RGB value is (145,132,249). Sum of RGB (Red+Green+Blue) = 145+132+249=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #9184F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9184F9 is #6E7B06. Grayscale: #949494. Windows color (decimal): -7240455 or 16352401. OLE color: 16352401.

HSL color Cylindrical-coordinate representation of color #9184F9: hue angle of 246.67º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9184F9 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 132 249 -
CMYK 0.42 0.47 0 0.02
HSL 246.67º 0.91% 0.75% -
HSV(B) 246.67º 0.47% 0.98% -
XYZ 37.03 29.36 93.34 -
YUV 149.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 145 132 249 0.42 0.47 0 0.02 246.67 0.91 0.75
Hex 91 84 F9 2A 2F 0 2 F7 5B 4B
Octal 221 204 371 52 57 0 2 367 133 113
Binary 10010001 10000100 11111001 101010 101111 0 10 11110111 1011011 1001011

Color Harmonies of #9184F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9184F9

Black with #9184F9

Text Example


Text Example

White with #9184F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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