Html Css Color HEX #7162CD Slate Blue

📋 copy color: '#7162CD'

red 113 ◦ green 98 ◦ blue 205

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

Shades of Slate Blue #7162CD

Tints of Slate Blue #7162CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 27.16%
G = 23.56%
B = 49.28%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7162CD (or 0x7162CD) is known color: Slate Blue. HEX triplet: 71, 62 and CD. RGB value is (113,98,205). Sum of RGB (Red+Green+Blue) = 113+98+205=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #7162CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7162CD is #8E9D32. Grayscale: #727272. Windows color (decimal): -9346355 or 13460081. OLE color: 13460081.

HSL color Cylindrical-coordinate representation of color #7162CD: hue angle of 248.41º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7162CD is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 98 205 -
CMYK 0.45 0.52 0 0.20
HSL 248.41º 0.52% 0.59% -
HSV(B) 248.41º 0.52% 0.8% -
XYZ 22.2 16.65 59.8 -
YUV 114.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 113 98 205 0.45 0.52 0 0.20 248.41 0.52 0.59
Hex 71 62 CD 2D 34 0 14 F8 34 3B
Octal 161 142 315 55 64 0 24 370 64 73
Binary 1110001 1100010 11001101 101101 110100 0 10100 11111000 110100 111011

Color Harmonies of #7162CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7162CD

Black with #7162CD

Text Example


Text Example

White with #7162CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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