Html Css Color HEX #7560CB Slate Blue

📋 copy color: '#7560CB'

red 117 ◦ green 96 ◦ blue 203

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

Shades of Slate Blue #7560CB

Tints of Slate Blue #7560CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 28.13%
G = 23.08%
B = 48.8%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7560CB (or 0x7560CB) is known color: Slate Blue. HEX triplet: 75, 60 and CB. RGB value is (117,96,203). Sum of RGB (Red+Green+Blue) = 117+96+203=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #7560CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560CB is #8A9F34. Grayscale: #727272. Windows color (decimal): -9084725 or 13328501. OLE color: 13328501.

HSL color Cylindrical-coordinate representation of color #7560CB: hue angle of 251.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7560CB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 96 203 -
CMYK 0.42 0.53 0 0.20
HSL 251.78º 0.51% 0.59% -
HSV(B) 251.78º 0.53% 0.8% -
XYZ 22.3 16.46 58.5 -
YUV 114.48 177.96 129.8 -
System Red Green Blue C M Y K H S L
Decimal 117 96 203 0.42 0.53 0 0.20 251.78 0.51 0.59
Hex 75 60 CB 2A 35 0 14 FC 33 3B
Octal 165 140 313 52 65 0 24 374 63 73
Binary 1110101 1100000 11001011 101010 110101 0 10100 11111100 110011 111011

Color Harmonies of #7560CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7560CB

Black with #7560CB

Text Example


Text Example

White with #7560CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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