Html Css Color HEX #7359D8 Slate Blue

📋 copy color: '#7359D8'

red 115 ◦ green 89 ◦ blue 216

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

Shades of Slate Blue #7359D8

Tints of Slate Blue #7359D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.43%

R = 27.38%
G = 21.19%
B = 51.43%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7359D8 (or 0x7359D8) is known color: Slate Blue. HEX triplet: 73, 59 and D8. RGB value is (115,89,216). Sum of RGB (Red+Green+Blue) = 115+89+216=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #7359D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359D8 is #8CA627. Grayscale: #6E6E6E. Windows color (decimal): -9217576 or 14178675. OLE color: 14178675.

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

Color convert

RGB 115 89 216 -
CMYK 0.47 0.59 0 0.15
HSL 252.28º 0.62% 0.6% -
HSV(B) 252.28º 0.59% 0.85% -
XYZ 23.04 15.75 66.79 -
YUV 111.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 115 89 216 0.47 0.59 0 0.15 252.28 0.62 0.6
Hex 73 59 D8 2F 3B 0 F FC 3E 3C
Octal 163 131 330 57 73 0 17 374 76 74
Binary 1110011 1011001 11011000 101111 111011 0 1111 11111100 111110 111100

Color Harmonies of #7359D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359D8

Black with #7359D8

Text Example


Text Example

White with #7359D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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