Html Css Color HEX #9172FA Light Slate Blue

📋 copy color: '#9172FA'

red 145 ◦ green 114 ◦ blue 250

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

Shades of Light Slate Blue #9172FA

Tints of Light Slate Blue #9172FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 28.49%
G = 22.4%
B = 49.12%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9172FA (or 0x9172FA) is known color: Light Slate Blue. HEX triplet: 91, 72 and FA. RGB value is (145,114,250). Sum of RGB (Red+Green+Blue) = 145+114+250=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #9172FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9172FA is #6E8D05. Grayscale: #8A8A8A. Windows color (decimal): -7245062 or 16413329. OLE color: 16413329.

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

Color convert

RGB 145 114 250 -
CMYK 0.42 0.54 0 0.02
HSL 253.68º 0.93% 0.71% -
HSV(B) 253.68º 0.54% 0.98% -
XYZ 34.95 24.96 93.42 -
YUV 138.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 145 114 250 0.42 0.54 0 0.02 253.68 0.93 0.71
Hex 91 72 FA 2A 36 0 2 FE 5D 47
Octal 221 162 372 52 66 0 2 376 135 107
Binary 10010001 1110010 11111010 101010 110110 0 10 11111110 1011101 1000111

Color Harmonies of #9172FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9172FA

Black with #9172FA

Text Example


Text Example

White with #9172FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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