Html Css Color HEX #7151DB Slate Blue

📋 copy color: '#7151DB'

red 113 ◦ green 81 ◦ blue 219

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

Shades of Slate Blue #7151DB

Tints of Slate Blue #7151DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 27.36%
G = 19.61%
B = 53.03%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7151DB (or 0x7151DB) is known color: Slate Blue. HEX triplet: 71, 51 and DB. RGB value is (113,81,219). Sum of RGB (Red+Green+Blue) = 113+81+219=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #7151DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151DB is #8EAE24. Grayscale: #696969. Windows color (decimal): -9350693 or 14373233. OLE color: 14373233.

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

Color convert

RGB 113 81 219 -
CMYK 0.48 0.63 0 0.14
HSL 253.91º 0.66% 0.59% -
HSV(B) 253.91º 0.63% 0.86% -
XYZ 22.54 14.51 68.63 -
YUV 106.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 113 81 219 0.48 0.63 0 0.14 253.91 0.66 0.59
Hex 71 51 DB 30 3F 0 E FE 42 3B
Octal 161 121 333 60 77 0 16 376 102 73
Binary 1110001 1010001 11011011 110000 111111 0 1110 11111110 1000010 111011

Color Harmonies of #7151DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7151DB

Black with #7151DB

Text Example


Text Example

White with #7151DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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