Html Css Color HEX #7560D9 Slate Blue

📋 copy color: '#7560D9'

red 117 ◦ green 96 ◦ blue 217

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

Shades of Slate Blue #7560D9

Tints of Slate Blue #7560D9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.33%

 BLUE value IS 217 (85.16% from 255) = 50.47%

R = 27.21%
G = 22.33%
B = 50.47%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7560D9 (or 0x7560D9) is known color: Slate Blue. HEX triplet: 75, 60 and D9. RGB value is (117,96,217). Sum of RGB (Red+Green+Blue) = 117+96+217=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #7560D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560D9 is #8A9F26. Grayscale: #737373. Windows color (decimal): -9084711 or 14246005. OLE color: 14246005.

HSL color Cylindrical-coordinate representation of color #7560D9: hue angle of 250.41º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7560D9 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 96 217 -
CMYK 0.46 0.56 0 0.15
HSL 250.41º 0.61% 0.61% -
HSV(B) 250.41º 0.56% 0.85% -
XYZ 24.04 17.16 67.69 -
YUV 116.07 184.96 128.66 -
System Red Green Blue C M Y K H S L
Decimal 117 96 217 0.46 0.56 0 0.15 250.41 0.61 0.61
Hex 75 60 D9 2E 38 0 F FA 3D 3D
Octal 165 140 331 56 70 0 17 372 75 75
Binary 1110101 1100000 11011001 101110 111000 0 1111 11111010 111101 111101

Color Harmonies of #7560D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560D9

Black with #7560D9

Text Example


Text Example

White with #7560D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7560D9; }

 p { color: rgb(117,96,217); }

 H1.HeaderClassName
 {
   color: #7560D9;
 }
 .AnyTagClassName
 {
   color: #7560D9;
 }
</style>

background-color css

<style>
 a { background-color: #7560D9; }

 a { background-color: rgb(117,96,217); }

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

border-color css

<style>
 span { border-color: #7560D9; }

 span { border-color: rgb(117,96,217); }

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