Html Css Color HEX #7352DC Slate Blue

📋 copy color: '#7352DC'

red 115 ◦ green 82 ◦ blue 220

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

Shades of Slate Blue #7352DC

Tints of Slate Blue #7352DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 27.58%
G = 19.66%
B = 52.76%

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

#7352DC (or 0x7352DC) is known color: Slate Blue. HEX triplet: 73, 52 and DC. RGB value is (115,82,220). Sum of RGB (Red+Green+Blue) = 115+82+220=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #7352DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352DC is #8CAD23. Grayscale: #6B6B6B. Windows color (decimal): -9219364 or 14439027. OLE color: 14439027.

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

Color convert

RGB 115 82 220 -
CMYK 0.48 0.63 0 0.14
HSL 254.35º 0.66% 0.59% -
HSV(B) 254.35º 0.63% 0.86% -
XYZ 23.01 14.85 69.36 -
YUV 107.6 191.43 133.28 -
System Red Green Blue C M Y K H S L
Decimal 115 82 220 0.48 0.63 0 0.14 254.35 0.66 0.59
Hex 73 52 DC 30 3F 0 E FE 42 3B
Octal 163 122 334 60 77 0 16 376 102 73
Binary 1110011 1010010 11011100 110000 111111 0 1110 11111110 1000010 111011

Color Harmonies of #7352DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7352DC

Black with #7352DC

Text Example


Text Example

White with #7352DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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