Html Css Color HEX #7167CC Slate Blue

📋 copy color: '#7167CC'

red 113 ◦ green 103 ◦ blue 204

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

Shades of Slate Blue #7167CC

Tints of Slate Blue #7167CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.52%

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

R = 26.9%
G = 24.52%
B = 48.57%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7167CC (or 0x7167CC) is known color: Slate Blue. HEX triplet: 71, 67 and CC. RGB value is (113,103,204). Sum of RGB (Red+Green+Blue) = 113+103+204=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #7167CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7167CC is #8E9833. Grayscale: #757575. Windows color (decimal): -9345076 or 13395825. OLE color: 13395825.

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

Color convert

RGB 113 103 204 -
CMYK 0.45 0.50 0 0.2
HSL 245.94º 0.5% 0.6% -
HSV(B) 245.94º 0.5% 0.8% -
XYZ 22.56 17.57 59.33 -
YUV 117.5 176.81 124.79 -
System Red Green Blue C M Y K H S L
Decimal 113 103 204 0.45 0.50 0 0.2 245.94 0.5 0.6
Hex 71 67 CC 2D 32 0 14 F6 32 3C
Octal 161 147 314 55 62 0 24 366 62 74
Binary 1110001 1100111 11001100 101101 110010 0 10100 11110110 110010 111100

Color Harmonies of #7167CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7167CC

Black with #7167CC

Text Example


Text Example

White with #7167CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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