Html Css Color HEX #7152DB Slate Blue

📋 copy color: '#7152DB'

red 113 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #7152DB

Tints of Slate Blue #7152DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.81%

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

R = 27.29%
G = 19.81%
B = 52.9%

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

#7152DB (or 0x7152DB) is known color: Slate Blue. HEX triplet: 71, 52 and DB. RGB value is (113,82,219). Sum of RGB (Red+Green+Blue) = 113+82+219=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #7152DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152DB is #8EAD24. Grayscale: #6A6A6A. Windows color (decimal): -9350437 or 14373489. OLE color: 14373489.

HSL color Cylindrical-coordinate representation of color #7152DB: hue angle of 253.58º 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 #7152DB is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 82 219 -
CMYK 0.48 0.63 0 0.14
HSL 253.58º 0.66% 0.59% -
HSV(B) 253.58º 0.63% 0.86% -
XYZ 22.61 14.66 68.66 -
YUV 106.89 191.27 132.36 -
System Red Green Blue C M Y K H S L
Decimal 113 82 219 0.48 0.63 0 0.14 253.58 0.66 0.59
Hex 71 52 DB 30 3F 0 E FE 42 3B
Octal 161 122 333 60 77 0 16 376 102 73
Binary 1110001 1010010 11011011 110000 111111 0 1110 11111110 1000010 111011

Color Harmonies of #7152DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152DB

Black with #7152DB

Text Example


Text Example

White with #7152DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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