Html Css Color HEX #7164CC Slate Blue

📋 copy color: '#7164CC'

red 113 ◦ green 100 ◦ blue 204

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

Shades of Slate Blue #7164CC

Tints of Slate Blue #7164CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 27.1%
G = 23.98%
B = 48.92%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7164CC (or 0x7164CC) is known color: Slate Blue. HEX triplet: 71, 64 and CC. RGB value is (113,100,204). Sum of RGB (Red+Green+Blue) = 113+100+204=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #7164CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164CC is #8E9B33. Grayscale: #737373. Windows color (decimal): -9345844 or 13395057. OLE color: 13395057.

HSL color Cylindrical-coordinate representation of color #7164CC: hue angle of 247.5º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7164CC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 100 204 -
CMYK 0.45 0.51 0 0.2
HSL 247.5º 0.5% 0.6% -
HSV(B) 247.5º 0.51% 0.8% -
XYZ 22.27 16.98 59.23 -
YUV 115.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 113 100 204 0.45 0.51 0 0.2 247.5 0.5 0.6
Hex 71 64 CC 2D 33 0 14 F8 32 3C
Octal 161 144 314 55 63 0 24 370 62 74
Binary 1110001 1100100 11001100 101101 110011 0 10100 11111000 110010 111100

Color Harmonies of #7164CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164CC

Black with #7164CC

Text Example


Text Example

White with #7164CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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