Html Css Color HEX #7168BF Slate Blue

📋 copy color: '#7168BF'

red 113 ◦ green 104 ◦ blue 191

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

Shades of Slate Blue #7168BF

Tints of Slate Blue #7168BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 27.7%
G = 25.49%
B = 46.81%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7168BF (or 0x7168BF) is known color: Slate Blue. HEX triplet: 71, 68 and BF. RGB value is (113,104,191). Sum of RGB (Red+Green+Blue) = 113+104+191=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #7168BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7168BF is #8E9740. Grayscale: #747474. Windows color (decimal): -9344833 or 12544113. OLE color: 12544113.

HSL color Cylindrical-coordinate representation of color #7168BF: hue angle of 246.21º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7168BF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 104 191 -
CMYK 0.41 0.46 0 0.25
HSL 246.21º 0.4% 0.58% -
HSV(B) 246.21º 0.46% 0.75% -
XYZ 21.16 17.17 51.49 -
YUV 116.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 113 104 191 0.41 0.46 0 0.25 246.21 0.4 0.58
Hex 71 68 BF 29 2E 0 19 F6 28 3A
Octal 161 150 277 51 56 0 31 366 50 72
Binary 1110001 1101000 10111111 101001 101110 0 11001 11110110 101000 111010

Color Harmonies of #7168BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7168BF

Black with #7168BF

Text Example


Text Example

White with #7168BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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