Html Css Color HEX #7350D2 Slate Blue

📋 copy color: '#7350D2'

red 115 ◦ green 80 ◦ blue 210

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

Shades of Slate Blue #7350D2

Tints of Slate Blue #7350D2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.75%

 BLUE value IS 210 (82.42% from 255) = 51.85%

R = 28.4%
G = 19.75%
B = 51.85%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7350D2 (or 0x7350D2) is known color: Slate Blue. HEX triplet: 73, 50 and D2. RGB value is (115,80,210). Sum of RGB (Red+Green+Blue) = 115+80+210=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 210 (82.42% from 255 or 51.85% from 405); Max value from RGB is 210 - color contains mainly: blue. Hex color #7350D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7350D2 is #8CAF2D. Grayscale: #686868. Windows color (decimal): -9219886 or 13783155. OLE color: 13783155.

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

Color convert

RGB 115 80 210 -
CMYK 0.45 0.62 0 0.18
HSL 256.15º 0.59% 0.57% -
HSV(B) 256.15º 0.62% 0.82% -
XYZ 21.57 14.04 62.54 -
YUV 105.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 115 80 210 0.45 0.62 0 0.18 256.15 0.59 0.57
Hex 73 50 D2 2D 3E 0 12 100 3B 39
Octal 163 120 322 55 76 0 22 400 73 71
Binary 1110011 1010000 11010010 101101 111110 0 10010 100000000 111011 111001

Color Harmonies of #7350D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7350D2

Black with #7350D2

Text Example


Text Example

White with #7350D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7350D2; }

 p { color: rgb(115,80,210); }

 H1.HeaderClassName
 {
   color: #7350D2;
 }
 .AnyTagClassName
 {
   color: #7350D2;
 }
</style>

background-color css

<style>
 a { background-color: #7350D2; }

 a { background-color: rgb(115,80,210); }

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

border-color css

<style>
 span { border-color: #7350D2; }

 span { border-color: rgb(115,80,210); }

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