Html Css Color HEX #7359D0 Slate Blue

📋 copy color: '#7359D0'

red 115 ◦ green 89 ◦ blue 208

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

Shades of Slate Blue #7359D0

Tints of Slate Blue #7359D0

RGB

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

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

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

R = 27.91%
G = 21.6%
B = 50.49%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7359D0 (or 0x7359D0) is known color: Slate Blue. HEX triplet: 73, 59 and D0. RGB value is (115,89,208). Sum of RGB (Red+Green+Blue) = 115+89+208=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #7359D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359D0 is #8CA62F. Grayscale: #6D6D6D. Windows color (decimal): -9217584 or 13654387. OLE color: 13654387.

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

Color convert

RGB 115 89 208 -
CMYK 0.45 0.57 0 0.18
HSL 253.11º 0.56% 0.58% -
HSV(B) 253.11º 0.57% 0.82% -
XYZ 22.03 15.34 61.48 -
YUV 110.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 115 89 208 0.45 0.57 0 0.18 253.11 0.56 0.58
Hex 73 59 D0 2D 39 0 12 FD 38 3A
Octal 163 131 320 55 71 0 22 375 70 72
Binary 1110011 1011001 11010000 101101 111001 0 10010 11111101 111000 111010

Color Harmonies of #7359D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359D0

Black with #7359D0

Text Example


Text Example

White with #7359D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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