Html Css Color HEX #7559DA Slate Blue

📋 copy color: '#7559DA'

red 117 ◦ green 89 ◦ blue 218

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

Shades of Slate Blue #7559DA

Tints of Slate Blue #7559DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 27.59%
G = 20.99%
B = 51.42%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7559DA (or 0x7559DA) is known color: Slate Blue. HEX triplet: 75, 59 and DA. RGB value is (117,89,218). Sum of RGB (Red+Green+Blue) = 117+89+218=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #7559DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559DA is #8AA625. Grayscale: #6F6F6F. Windows color (decimal): -9086502 or 14309749. OLE color: 14309749.

HSL color Cylindrical-coordinate representation of color #7559DA: hue angle of 253.02º degrees, saturation: 0.64, 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 #7559DA is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 89 218 -
CMYK 0.46 0.59 0 0.15
HSL 253.02º 0.64% 0.6% -
HSV(B) 253.02º 0.59% 0.85% -
XYZ 23.56 15.99 68.17 -
YUV 112.08 187.78 131.51 -
System Red Green Blue C M Y K H S L
Decimal 117 89 218 0.46 0.59 0 0.15 253.02 0.64 0.6
Hex 75 59 DA 2E 3B 0 F FD 40 3C
Octal 165 131 332 56 73 0 17 375 100 74
Binary 1110101 1011001 11011010 101110 111011 0 1111 11111101 1000000 111100

Color Harmonies of #7559DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559DA

Black with #7559DA

Text Example


Text Example

White with #7559DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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