#7565CC

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

Shades of Slate Blue #7565CC

Tints of Slate Blue #7565CC

Color information

#7565CC (or 0x7565CC) is unknown color: approx Slate Blue. HEX triplet: 75, 65 and CC. RGB value is (117,101,204). Sum of RGB (Red+Green+Blue) = 117+101+204=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #7565CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565CC is #8A9A33. Grayscale: #757575. Windows color (decimal): -9083444 or 13395317. OLE color: 13395317.

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

Color convert

RGB117101204-
CMYK0.430.5000.2
HSL249.32º50.24%59.8%-
HSV(B)249.32º50.49%80%-
XYZ22.8917.4559.29-
YUV117.53176.8127.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=27.73%
G=23.93%
B=48.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171012040.430.5000.2249.3250.2459.8
Hex7565CC2B32014f9323c
Octal16514531453620243716274
Binary111010111001011100110010101111001001010011111001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7565CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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