Html Css Color HEX #7560CE Slate Blue

📋 copy color: '#7560CE'

red 117 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #7560CE

Tints of Slate Blue #7560CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 27.92%
G = 22.91%
B = 49.16%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7560CE (or 0x7560CE) is known color: Slate Blue. HEX triplet: 75, 60 and CE. RGB value is (117,96,206). Sum of RGB (Red+Green+Blue) = 117+96+206=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #7560CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560CE is #8A9F31. Grayscale: #727272. Windows color (decimal): -9084722 or 13525109. OLE color: 13525109.

HSL color Cylindrical-coordinate representation of color #7560CE: hue angle of 251.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7560CE is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 96 206 -
CMYK 0.43 0.53 0 0.19
HSL 251.45º 0.53% 0.59% -
HSV(B) 251.45º 0.53% 0.81% -
XYZ 22.66 16.6 60.4 -
YUV 114.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 117 96 206 0.43 0.53 0 0.19 251.45 0.53 0.59
Hex 75 60 CE 2B 35 0 13 FB 35 3B
Octal 165 140 316 53 65 0 23 373 65 73
Binary 1110101 1100000 11001110 101011 110101 0 10011 11111011 110101 111011

Color Harmonies of #7560CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560CE

Black with #7560CE

Text Example


Text Example

White with #7560CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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