Html Css Color HEX #7168CF Slate Blue

📋 copy color: '#7168CF'

red 113 ◦ green 104 ◦ blue 207

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

Shades of Slate Blue #7168CF

Tints of Slate Blue #7168CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 26.65%
G = 24.53%
B = 48.82%

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

#7168CF (or 0x7168CF) is known color: Slate Blue. HEX triplet: 71, 68 and CF. RGB value is (113,104,207). Sum of RGB (Red+Green+Blue) = 113+104+207=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #7168CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7168CF is #8E9730. Grayscale: #767676. Windows color (decimal): -9344817 or 13592689. OLE color: 13592689.

HSL color Cylindrical-coordinate representation of color #7168CF: hue angle of 245.24º degrees, saturation: 0.52, 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 #7168CF is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 104 207 -
CMYK 0.45 0.50 0 0.19
HSL 245.24º 0.52% 0.61% -
HSV(B) 245.24º 0.5% 0.81% -
XYZ 23.02 17.92 61.28 -
YUV 118.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 113 104 207 0.45 0.50 0 0.19 245.24 0.52 0.61
Hex 71 68 CF 2D 32 0 13 F5 34 3D
Octal 161 150 317 55 62 0 23 365 64 75
Binary 1110001 1101000 11001111 101101 110010 0 10011 11110101 110100 111101

Color Harmonies of #7168CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7168CF

Black with #7168CF

Text Example


Text Example

White with #7168CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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