Html Css Color HEX #7164CE Slate Blue

📋 copy color: '#7164CE'

red 113 ◦ green 100 ◦ blue 206

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

Shades of Slate Blue #7164CE

Tints of Slate Blue #7164CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 26.97%
G = 23.87%
B = 49.16%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7164CE (or 0x7164CE) is known color: Slate Blue. HEX triplet: 71, 64 and CE. RGB value is (113,100,206). Sum of RGB (Red+Green+Blue) = 113+100+206=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #7164CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164CE is #8E9B31. Grayscale: #737373. Windows color (decimal): -9345842 or 13526129. OLE color: 13526129.

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

Color convert

RGB 113 100 206 -
CMYK 0.45 0.51 0 0.19
HSL 247.36º 0.52% 0.6% -
HSV(B) 247.36º 0.51% 0.81% -
XYZ 22.51 17.08 60.5 -
YUV 115.97 178.81 125.88 -
System Red Green Blue C M Y K H S L
Decimal 113 100 206 0.45 0.51 0 0.19 247.36 0.52 0.6
Hex 71 64 CE 2D 33 0 13 F7 34 3C
Octal 161 144 316 55 63 0 23 367 64 74
Binary 1110001 1100100 11001110 101101 110011 0 10011 11110111 110100 111100

Color Harmonies of #7164CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164CE

Black with #7164CE

Text Example


Text Example

White with #7164CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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