Html Css Color HEX #7164DC Slate Blue

📋 copy color: '#7164DC'

red 113 ◦ green 100 ◦ blue 220

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

Shades of Slate Blue #7164DC

Tints of Slate Blue #7164DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 26.1%
G = 23.09%
B = 50.81%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7164DC (or 0x7164DC) is known color: Slate Blue. HEX triplet: 71, 64 and DC. RGB value is (113,100,220). Sum of RGB (Red+Green+Blue) = 113+100+220=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #7164DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164DC is #8E9B23. Grayscale: #757575. Windows color (decimal): -9345828 or 14443633. OLE color: 14443633.

HSL color Cylindrical-coordinate representation of color #7164DC: hue angle of 246.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7164DC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 100 220 -
CMYK 0.49 0.55 0 0.14
HSL 246.5º 0.63% 0.63% -
HSV(B) 246.5º 0.55% 0.86% -
XYZ 24.29 17.79 69.86 -
YUV 117.57 185.81 124.74 -
System Red Green Blue C M Y K H S L
Decimal 113 100 220 0.49 0.55 0 0.14 246.5 0.63 0.63
Hex 71 64 DC 31 37 0 E F6 3F 3F
Octal 161 144 334 61 67 0 16 366 77 77
Binary 1110001 1100100 11011100 110001 110111 0 1110 11110110 111111 111111

Color Harmonies of #7164DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7164DC

Black with #7164DC

Text Example


Text Example

White with #7164DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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