#7569CC

Color #7569CC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7569CC

Tints of Slate Blue #7569CC

Color information

#7569CC (or 0x7569CC) is unknown color: approx Slate Blue. HEX triplet: 75, 69 and CC. RGB value is (117,105,204). Sum of RGB (Red+Green+Blue) = 117+105+204=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #7569CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569CC is #8A9633. Grayscale: #777777. Windows color (decimal): -9082420 or 13396341. OLE color: 13396341.

HSL color Cylindrical-coordinate representation of color #7569CC: hue angle of 247.27º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7569CC is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117105204-
CMYK0.430.4900.2
HSL247.27º49.25%60.59%-
HSV(B)247.27º48.53%80%-
XYZ23.2918.2459.42-
YUV119.87175.48125.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=27.46%
G=24.65%
B=47.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171052040.430.4900.2247.2749.2560.59
Hex7569CC2B31014f7313d
Octal16515131453610243676175
Binary111010111010011100110010101111000101010011110111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7569CC; }

 p { color: rgb(117,105,204); }

 H1.HeaderClassName
 {
   color: #7569CC;
 }
 .AnyTagClassName
 {
   color: #7569CC;
 }
</style>
background-color css

<style>
 a { background-color: #7569CC; }

 a { background-color: rgb(117,105,204); }

 div.DivClassName
 {
   background-color: #7569CC;
 }
 .BgClassName
 {
   background-color: #7569CC;
 }
</style>
border-color css

<style>
 span { border-color: #7569CC; }

 span { border-color: rgb(117,105,204); }

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