Html Css Color HEX #7352DB Slate Blue

📋 copy color: '#7352DB'

red 115 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #7352DB

Tints of Slate Blue #7352DB

RGB

 RED value IS 115 (45.31% from 255) = 27.64%

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

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

R = 27.64%
G = 19.71%
B = 52.64%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7352DB (or 0x7352DB) is known color: Slate Blue. HEX triplet: 73, 52 and DB. RGB value is (115,82,219). Sum of RGB (Red+Green+Blue) = 115+82+219=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #7352DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352DB is #8CAD24. Grayscale: #6A6A6A. Windows color (decimal): -9219365 or 14373491. OLE color: 14373491.

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

Color convert

RGB 115 82 219 -
CMYK 0.47 0.63 0 0.14
HSL 254.45º 0.66% 0.59% -
HSV(B) 254.45º 0.63% 0.86% -
XYZ 22.87 14.79 68.67 -
YUV 107.49 190.93 133.36 -
System Red Green Blue C M Y K H S L
Decimal 115 82 219 0.47 0.63 0 0.14 254.45 0.66 0.59
Hex 73 52 DB 2F 3F 0 E FE 42 3B
Octal 163 122 333 57 77 0 16 376 102 73
Binary 1110011 1010010 11011011 101111 111111 0 1110 11111110 1000010 111011

Color Harmonies of #7352DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7352DB

Black with #7352DB

Text Example


Text Example

White with #7352DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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