#7565CA

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

Shades of Slate Blue #7565CA

Tints of Slate Blue #7565CA

Color information

#7565CA (or 0x7565CA) is unknown color: approx Slate Blue. HEX triplet: 75, 65 and CA. RGB value is (117,101,202). Sum of RGB (Red+Green+Blue) = 117+101+202=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #7565CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565CA is #8A9A35. Grayscale: #747474. Windows color (decimal): -9083446 or 13264245. OLE color: 13264245.

HSL color Cylindrical-coordinate representation of color #7565CA: hue angle of 249.5º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7565CA is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117101202-
CMYK0.420.5000.21
HSL249.5º48.79%59.41%-
HSV(B)249.5º50%79.22%-
XYZ22.6517.3558.03-
YUV117.3175.8127.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=27.86%
G=24.05%
B=48.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171012020.420.5000.21249.548.7959.41
Hex7565CA2A32015fa313b
Octal16514531252620253726173
Binary111010111001011100101010101011001001010111111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7565CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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