Html Css Color HEX #7352CE Slate Blue

📋 copy color: '#7352CE'

red 115 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #7352CE

Tints of Slate Blue #7352CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 28.54%
G = 20.35%
B = 51.12%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7352CE (or 0x7352CE) is known color: Slate Blue. HEX triplet: 73, 52 and CE. RGB value is (115,82,206). Sum of RGB (Red+Green+Blue) = 115+82+206=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #7352CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352CE is #8CAD31. Grayscale: #696969. Windows color (decimal): -9219378 or 13521523. OLE color: 13521523.

HSL color Cylindrical-coordinate representation of color #7352CE: hue angle of 255.97º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7352CE is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 82 206 -
CMYK 0.44 0.60 0 0.19
HSL 255.97º 0.56% 0.56% -
HSV(B) 255.97º 0.6% 0.81% -
XYZ 21.23 14.14 60 -
YUV 106 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 115 82 206 0.44 0.60 0 0.19 255.97 0.56 0.56
Hex 73 52 CE 2C 3C 0 13 100 38 38
Octal 163 122 316 54 74 0 23 400 70 70
Binary 1110011 1010010 11001110 101100 111100 0 10011 100000000 111000 111000

Color Harmonies of #7352CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7352CE

Black with #7352CE

Text Example


Text Example

White with #7352CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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