Html Css Color HEX #9170F9 Light Slate Blue

📋 copy color: '#9170F9'

red 145 ◦ green 112 ◦ blue 249

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

Shades of Light Slate Blue #9170F9

Tints of Light Slate Blue #9170F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.13%

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

R = 28.66%
G = 22.13%
B = 49.21%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9170F9 (or 0x9170F9) is known color: Light Slate Blue. HEX triplet: 91, 70 and F9. RGB value is (145,112,249). Sum of RGB (Red+Green+Blue) = 145+112+249=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #9170F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9170F9 is #6E8F06. Grayscale: #888888. Windows color (decimal): -7245575 or 16347281. OLE color: 16347281.

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

Color convert

RGB 145 112 249 -
CMYK 0.42 0.55 0 0.02
HSL 254.45º 0.92% 0.71% -
HSV(B) 254.45º 0.55% 0.98% -
XYZ 34.57 24.45 92.52 -
YUV 137.49 190.93 133.36 -
System Red Green Blue C M Y K H S L
Decimal 145 112 249 0.42 0.55 0 0.02 254.45 0.92 0.71
Hex 91 70 F9 2A 37 0 2 FE 5C 47
Octal 221 160 371 52 67 0 2 376 134 107
Binary 10010001 1110000 11111001 101010 110111 0 10 11111110 1011100 1000111

Color Harmonies of #9170F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9170F9

Black with #9170F9

Text Example


Text Example

White with #9170F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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