Html Css Color HEX #7168CE Slate Blue

📋 copy color: '#7168CE'

red 113 ◦ green 104 ◦ blue 206

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

Shades of Slate Blue #7168CE

Tints of Slate Blue #7168CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.59%

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

R = 26.71%
G = 24.59%
B = 48.7%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7168CE (or 0x7168CE) is known color: Slate Blue. HEX triplet: 71, 68 and CE. RGB value is (113,104,206). Sum of RGB (Red+Green+Blue) = 113+104+206=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7168CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7168CE is #8E9731. Grayscale: #757575. Windows color (decimal): -9344818 or 13527153. OLE color: 13527153.

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

Color convert

RGB 113 104 206 -
CMYK 0.45 0.50 0 0.19
HSL 245.29º 0.51% 0.61% -
HSV(B) 245.29º 0.5% 0.81% -
XYZ 22.9 17.87 60.63 -
YUV 118.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 113 104 206 0.45 0.50 0 0.19 245.29 0.51 0.61
Hex 71 68 CE 2D 32 0 13 F5 33 3D
Octal 161 150 316 55 62 0 23 365 63 75
Binary 1110001 1101000 11001110 101101 110010 0 10011 11110101 110011 111101

Color Harmonies of #7168CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7168CE

Black with #7168CE

Text Example


Text Example

White with #7168CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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