#7565CE

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

Shades of Slate Blue #7565CE

Tints of Slate Blue #7565CE

Color information

#7565CE (or 0x7565CE) is unknown color: approx Slate Blue. HEX triplet: 75, 65 and CE. RGB value is (117,101,206). Sum of RGB (Red+Green+Blue) = 117+101+206=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7565CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7565CE is #8A9A31. Grayscale: #757575. Windows color (decimal): -9083442 or 13526389. OLE color: 13526389.

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

Color convert

RGB117101206-
CMYK0.430.5100.19
HSL249.14º51.72%60.2%-
HSV(B)249.14º50.97%80.78%-
XYZ23.1317.5560.56-
YUV117.75177.8127.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.59%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=27.59%
G=23.82%
B=48.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171012060.430.5100.19249.1451.7260.2
Hex7565CE2B33013f9343c
Octal16514531653630233716474
Binary111010111001011100111010101111001101001111111001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7565CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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