#7465CE

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

Shades of Slate Blue #7465CE

Tints of Slate Blue #7465CE

Color information

#7465CE (or 0x7465CE) is unknown color: approx Slate Blue. HEX triplet: 74, 65 and CE. RGB value is (116,101,206). Sum of RGB (Red+Green+Blue) = 116+101+206=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7465CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465CE is #8B9A31. Grayscale: #757575. Windows color (decimal): -9148978 or 13526388. OLE color: 13526388.

HSL color Cylindrical-coordinate representation of color #7465CE: hue angle of 248.57º 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 #7465CE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116101206-
CMYK0.440.5100.19
HSL248.57º51.72%60.2%-
HSV(B)248.57º50.97%80.78%-
XYZ2317.4860.55-
YUV117.46177.97126.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 206 (80.86% from 255) = 48.70%
R=27.42%
G=23.88%
B=48.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161012060.440.5100.19248.5751.7260.2
Hex7465CE2C33013f9343c
Octal16414531654630233716474
Binary111010011001011100111010110011001101001111111001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7465CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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