Html Css Color HEX #7353D0 Slate Blue

📋 copy color: '#7353D0'

red 115 ◦ green 83 ◦ blue 208

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

Shades of Slate Blue #7353D0

Tints of Slate Blue #7353D0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

 BLUE value IS 208 (81.64% from 255) = 51.23%

R = 28.33%
G = 20.44%
B = 51.23%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7353D0 (or 0x7353D0) is known color: Slate Blue. HEX triplet: 73, 53 and D0. RGB value is (115,83,208). Sum of RGB (Red+Green+Blue) = 115+83+208=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #7353D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353D0 is #8CAC2F. Grayscale: #6A6A6A. Windows color (decimal): -9219120 or 13652851. OLE color: 13652851.

HSL color Cylindrical-coordinate representation of color #7353D0: hue angle of 255.36º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7353D0 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 83 208 -
CMYK 0.45 0.60 0 0.18
HSL 255.36º 0.57% 0.57% -
HSV(B) 255.36º 0.6% 0.82% -
XYZ 21.55 14.39 61.32 -
YUV 106.82 185.1 133.84 -
System Red Green Blue C M Y K H S L
Decimal 115 83 208 0.45 0.60 0 0.18 255.36 0.57 0.57
Hex 73 53 D0 2D 3C 0 12 FF 39 39
Octal 163 123 320 55 74 0 22 377 71 71
Binary 1110011 1010011 11010000 101101 111100 0 10010 11111111 111001 111001

Color Harmonies of #7353D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7353D0

Black with #7353D0

Text Example


Text Example

White with #7353D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7353D0; }

 p { color: rgb(115,83,208); }

 H1.HeaderClassName
 {
   color: #7353D0;
 }
 .AnyTagClassName
 {
   color: #7353D0;
 }
</style>

background-color css

<style>
 a { background-color: #7353D0; }

 a { background-color: rgb(115,83,208); }

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

border-color css

<style>
 span { border-color: #7353D0; }

 span { border-color: rgb(115,83,208); }

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