Html Css Color HEX #9174FF Light Slate Blue

📋 copy color: '#9174FF'

red 145 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #9174FF

Tints of Light Slate Blue #9174FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.48%

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

R = 28.1%
G = 22.48%
B = 49.42%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9174FF (or 0x9174FF) is known color: Light Slate Blue. HEX triplet: 91, 74 and FF. RGB value is (145,116,255). Sum of RGB (Red+Green+Blue) = 145+116+255=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #9174FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9174FF is #6E8B00. Grayscale: #8B8B8B. Windows color (decimal): -7244545 or 16741521. OLE color: 16741521.

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

Color convert

RGB 145 116 255 -
CMYK 0.43 0.55 0 0
HSL 252.52º 1% 0.73% -
HSV(B) 252.52º 0.55% 1% -
XYZ 35.97 25.73 97.68 -
YUV 140.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 145 116 255 0.43 0.55 0 0 252.52 1 0.73
Hex 91 74 FF 2B 37 0 0 FD 64 49
Octal 221 164 377 53 67 0 0 375 144 111
Binary 10010001 1110100 11111111 101011 110111 0 0 11111101 1100100 1001001

Color Harmonies of #9174FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9174FF

Black with #9174FF

Text Example


Text Example

White with #9174FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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