Html Css Color HEX #9179EF Light Slate Blue

📋 copy color: '#9179EF'

red 145 ◦ green 121 ◦ blue 239

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

Shades of Light Slate Blue #9179EF

Tints of Light Slate Blue #9179EF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.96%

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 28.71%
G = 23.96%
B = 47.33%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9179EF (or 0x9179EF) is known color: Light Slate Blue. HEX triplet: 91, 79 and EF. RGB value is (145,121,239). Sum of RGB (Red+Green+Blue) = 145+121+239=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #9179EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9179EF is #6E8610. Grayscale: #8D8D8D. Windows color (decimal): -7243281 or 15694225. OLE color: 15694225.

HSL color Cylindrical-coordinate representation of color #9179EF: hue angle of 252.2º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9179EF is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 121 239 -
CMYK 0.39 0.49 0 0.06
HSL 252.2º 0.79% 0.71% -
HSV(B) 252.2º 0.49% 0.94% -
XYZ 34.09 25.93 84.87 -
YUV 141.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 145 121 239 0.39 0.49 0 0.06 252.2 0.79 0.71
Hex 91 79 EF 27 31 0 6 FC 4F 47
Octal 221 171 357 47 61 0 6 374 117 107
Binary 10010001 1111001 11101111 100111 110001 0 110 11111100 1001111 1000111

Color Harmonies of #9179EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9179EF

Black with #9179EF

Text Example


Text Example

White with #9179EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9179EF; }

 p { color: rgb(145,121,239); }

 H1.HeaderClassName
 {
   color: #9179EF;
 }
 .AnyTagClassName
 {
   color: #9179EF;
 }
</style>

background-color css

<style>
 a { background-color: #9179EF; }

 a { background-color: rgb(145,121,239); }

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

border-color css

<style>
 span { border-color: #9179EF; }

 span { border-color: rgb(145,121,239); }

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