Html Css Color HEX #7161CE Slate Blue

📋 copy color: '#7161CE'

red 113 ◦ green 97 ◦ blue 206

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

Shades of Slate Blue #7161CE

Tints of Slate Blue #7161CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.32%

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

R = 27.16%
G = 23.32%
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

#7161CE (or 0x7161CE) is known color: Slate Blue. HEX triplet: 71, 61 and CE. RGB value is (113,97,206). Sum of RGB (Red+Green+Blue) = 113+97+206=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #7161CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7161CE is #8E9E31. Grayscale: #717171. Windows color (decimal): -9346610 or 13525361. OLE color: 13525361.

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

Color convert

RGB 113 97 206 -
CMYK 0.45 0.53 0 0.19
HSL 248.81º 0.53% 0.59% -
HSV(B) 248.81º 0.53% 0.81% -
XYZ 22.23 16.52 60.41 -
YUV 114.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 113 97 206 0.45 0.53 0 0.19 248.81 0.53 0.59
Hex 71 61 CE 2D 35 0 13 F9 35 3B
Octal 161 141 316 55 65 0 23 371 65 73
Binary 1110001 1100001 11001110 101101 110101 0 10011 11111001 110101 111011

Color Harmonies of #7161CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7161CE

Black with #7161CE

Text Example


Text Example

White with #7161CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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