Html Css Color HEX #9174FB Light Slate Blue

📋 copy color: '#9174FB'

red 145 ◦ green 116 ◦ blue 251

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

Shades of Light Slate Blue #9174FB

Tints of Light Slate Blue #9174FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 28.32%
G = 22.66%
B = 49.02%

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

#9174FB (or 0x9174FB) is known color: Light Slate Blue. HEX triplet: 91, 74 and FB. RGB value is (145,116,251). Sum of RGB (Red+Green+Blue) = 145+116+251=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #9174FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9174FB is #6E8B04. Grayscale: #8B8B8B. Windows color (decimal): -7244549 or 16479377. OLE color: 16479377.

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

Color convert

RGB 145 116 251 -
CMYK 0.42 0.54 0 0.02
HSL 252.89º 0.94% 0.72% -
HSV(B) 252.89º 0.54% 0.98% -
XYZ 35.34 25.48 94.32 -
YUV 140.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 145 116 251 0.42 0.54 0 0.02 252.89 0.94 0.72
Hex 91 74 FB 2A 36 0 2 FD 5E 48
Octal 221 164 373 52 66 0 2 375 136 110
Binary 10010001 1110100 11111011 101010 110110 0 10 11111101 1011110 1001000

Color Harmonies of #9174FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9174FB

Black with #9174FB

Text Example


Text Example

White with #9174FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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