Html Css Color HEX #9172F6 Light Slate Blue

📋 copy color: '#9172F6'

red 145 ◦ green 114 ◦ blue 246

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

Shades of Light Slate Blue #9172F6

Tints of Light Slate Blue #9172F6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.57%

 BLUE value IS 246 (96.48% from 255) = 48.71%

R = 28.71%
G = 22.57%
B = 48.71%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9172F6 (or 0x9172F6) is known color: Light Slate Blue. HEX triplet: 91, 72 and F6. RGB value is (145,114,246). Sum of RGB (Red+Green+Blue) = 145+114+246=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #9172F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9172F6 is #6E8D09. Grayscale: #898989. Windows color (decimal): -7245066 or 16151185. OLE color: 16151185.

HSL color Cylindrical-coordinate representation of color #9172F6: hue angle of 254.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9172F6 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 145 114 246 -
CMYK 0.41 0.54 0 0.04
HSL 254.09º 0.88% 0.71% -
HSV(B) 254.09º 0.54% 0.96% -
XYZ 34.33 24.71 90.15 -
YUV 138.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 145 114 246 0.41 0.54 0 0.04 254.09 0.88 0.71
Hex 91 72 F6 29 36 0 4 FE 58 47
Octal 221 162 366 51 66 0 4 376 130 107
Binary 10010001 1110010 11110110 101001 110110 0 100 11111110 1011000 1000111

Color Harmonies of #9172F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9172F6

Black with #9172F6

Text Example


Text Example

White with #9172F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9172F6; }

 p { color: rgb(145,114,246); }

 H1.HeaderClassName
 {
   color: #9172F6;
 }
 .AnyTagClassName
 {
   color: #9172F6;
 }
</style>

background-color css

<style>
 a { background-color: #9172F6; }

 a { background-color: rgb(145,114,246); }

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

border-color css

<style>
 span { border-color: #9172F6; }

 span { border-color: rgb(145,114,246); }

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