Html Css Color HEX #7559DC Slate Blue

📋 copy color: '#7559DC'

red 117 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #7559DC

Tints of Slate Blue #7559DC

RGB

 RED value IS 117 (46.09% from 255) = 27.46%

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 27.46%
G = 20.89%
B = 51.64%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7559DC (or 0x7559DC) is known color: Slate Blue. HEX triplet: 75, 59 and DC. RGB value is (117,89,220). Sum of RGB (Red+Green+Blue) = 117+89+220=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #7559DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559DC is #8AA623. Grayscale: #6F6F6F. Windows color (decimal): -9086500 or 14440821. OLE color: 14440821.

HSL color Cylindrical-coordinate representation of color #7559DC: hue angle of 252.82º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7559DC is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 89 220 -
CMYK 0.47 0.60 0 0.14
HSL 252.82º 0.65% 0.61% -
HSV(B) 252.82º 0.6% 0.86% -
XYZ 23.83 16.09 69.56 -
YUV 112.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 117 89 220 0.47 0.60 0 0.14 252.82 0.65 0.61
Hex 75 59 DC 2F 3C 0 E FD 41 3D
Octal 165 131 334 57 74 0 16 375 101 75
Binary 1110101 1011001 11011100 101111 111100 0 1110 11111101 1000001 111101

Color Harmonies of #7559DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559DC

Black with #7559DC

Text Example


Text Example

White with #7559DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7559DC; }

 p { color: rgb(117,89,220); }

 H1.HeaderClassName
 {
   color: #7559DC;
 }
 .AnyTagClassName
 {
   color: #7559DC;
 }
</style>

background-color css

<style>
 a { background-color: #7559DC; }

 a { background-color: rgb(117,89,220); }

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

border-color css

<style>
 span { border-color: #7559DC; }

 span { border-color: rgb(117,89,220); }

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