Html Css Color HEX #7164C9 Slate Blue

📋 copy color: '#7164C9'

red 113 ◦ green 100 ◦ blue 201

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

Shades of Slate Blue #7164C9

Tints of Slate Blue #7164C9

RGB

 RED value IS 113 (44.53% from 255) = 27.29%

 GREEN value IS 100 (39.45% from 255) = 24.15%

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 27.29%
G = 24.15%
B = 48.55%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7164C9 (or 0x7164C9) is known color: Slate Blue. HEX triplet: 71, 64 and C9. RGB value is (113,100,201). Sum of RGB (Red+Green+Blue) = 113+100+201=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #7164C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164C9 is #8E9B36. Grayscale: #737373. Windows color (decimal): -9345847 or 13198449. OLE color: 13198449.

HSL color Cylindrical-coordinate representation of color #7164C9: hue angle of 247.72º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7164C9 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 100 201 -
CMYK 0.44 0.50 0 0.21
HSL 247.72º 0.48% 0.59% -
HSV(B) 247.72º 0.5% 0.79% -
XYZ 21.91 16.84 57.35 -
YUV 115.4 176.31 126.29 -
System Red Green Blue C M Y K H S L
Decimal 113 100 201 0.44 0.50 0 0.21 247.72 0.48 0.59
Hex 71 64 C9 2C 32 0 15 F8 30 3B
Octal 161 144 311 54 62 0 25 370 60 73
Binary 1110001 1100100 11001001 101100 110010 0 10101 11111000 110000 111011

Color Harmonies of #7164C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164C9

Black with #7164C9

Text Example


Text Example

White with #7164C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7164C9; }

 p { color: rgb(113,100,201); }

 H1.HeaderClassName
 {
   color: #7164C9;
 }
 .AnyTagClassName
 {
   color: #7164C9;
 }
</style>

background-color css

<style>
 a { background-color: #7164C9; }

 a { background-color: rgb(113,100,201); }

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

border-color css

<style>
 span { border-color: #7164C9; }

 span { border-color: rgb(113,100,201); }

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