Html Css Color HEX #7359DB Slate Blue

📋 copy color: '#7359DB'

red 115 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #7359DB

Tints of Slate Blue #7359DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.04%

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

R = 27.19%
G = 21.04%
B = 51.77%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7359DB (or 0x7359DB) is known color: Slate Blue. HEX triplet: 73, 59 and DB. RGB value is (115,89,219). Sum of RGB (Red+Green+Blue) = 115+89+219=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #7359DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359DB is #8CA624. Grayscale: #6F6F6F. Windows color (decimal): -9217573 or 14375283. OLE color: 14375283.

HSL color Cylindrical-coordinate representation of color #7359DB: hue angle of 252º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7359DB is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 89 219 -
CMYK 0.47 0.59 0 0.14
HSL 252º 0.64% 0.6% -
HSV(B) 252º 0.59% 0.86% -
XYZ 23.43 15.9 68.85 -
YUV 111.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 115 89 219 0.47 0.59 0 0.14 252 0.64 0.6
Hex 73 59 DB 2F 3B 0 E FC 40 3C
Octal 163 131 333 57 73 0 16 374 100 74
Binary 1110011 1011001 11011011 101111 111011 0 1110 11111100 1000000 111100

Color Harmonies of #7359DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359DB

Black with #7359DB

Text Example


Text Example

White with #7359DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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