Html Css Color HEX #7162CF Slate Blue

📋 copy color: '#7162CF'

red 113 ◦ green 98 ◦ blue 207

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

Shades of Slate Blue #7162CF

Tints of Slate Blue #7162CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.44%

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

R = 27.03%
G = 23.44%
B = 49.52%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7162CF (or 0x7162CF) is known color: Slate Blue. HEX triplet: 71, 62 and CF. RGB value is (113,98,207). Sum of RGB (Red+Green+Blue) = 113+98+207=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #7162CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7162CF is #8E9D30. Grayscale: #727272. Windows color (decimal): -9346353 or 13591153. OLE color: 13591153.

HSL color Cylindrical-coordinate representation of color #7162CF: hue angle of 248.26º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7162CF is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 98 207 -
CMYK 0.45 0.53 0 0.19
HSL 248.26º 0.53% 0.6% -
HSV(B) 248.26º 0.53% 0.81% -
XYZ 22.44 16.75 61.08 -
YUV 114.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 113 98 207 0.45 0.53 0 0.19 248.26 0.53 0.6
Hex 71 62 CF 2D 35 0 13 F8 35 3C
Octal 161 142 317 55 65 0 23 370 65 74
Binary 1110001 1100010 11001111 101101 110101 0 10011 11111000 110101 111100

Color Harmonies of #7162CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7162CF

Black with #7162CF

Text Example


Text Example

White with #7162CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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