Html Css Color HEX #7161DB Slate Blue

📋 copy color: '#7161DB'

red 113 ◦ green 97 ◦ blue 219

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

Shades of Slate Blue #7161DB

Tints of Slate Blue #7161DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 26.34%
G = 22.61%
B = 51.05%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7161DB (or 0x7161DB) is known color: Slate Blue. HEX triplet: 71, 61 and DB. RGB value is (113,97,219). Sum of RGB (Red+Green+Blue) = 113+97+219=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #7161DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7161DB is #8E9E24. Grayscale: #737373. Windows color (decimal): -9346597 or 14377329. OLE color: 14377329.

HSL color Cylindrical-coordinate representation of color #7161DB: hue angle of 247.87º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7161DB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 97 219 -
CMYK 0.48 0.56 0 0.14
HSL 247.87º 0.63% 0.62% -
HSV(B) 247.87º 0.56% 0.86% -
XYZ 23.87 17.17 69.07 -
YUV 115.69 186.3 126.08 -
System Red Green Blue C M Y K H S L
Decimal 113 97 219 0.48 0.56 0 0.14 247.87 0.63 0.62
Hex 71 61 DB 30 38 0 E F8 3F 3E
Octal 161 141 333 60 70 0 16 370 77 76
Binary 1110001 1100001 11011011 110000 111000 0 1110 11111000 111111 111110

Color Harmonies of #7161DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7161DB

Black with #7161DB

Text Example


Text Example

White with #7161DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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