#7465CD

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

Shades of Slate Blue #7465CD

Tints of Slate Blue #7465CD

Color information

#7465CD (or 0x7465CD) is unknown color: approx Slate Blue. HEX triplet: 74, 65 and CD. RGB value is (116,101,205). Sum of RGB (Red+Green+Blue) = 116+101+205=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #7465CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465CD is #8B9A32. Grayscale: #747474. Windows color (decimal): -9148979 or 13460852. OLE color: 13460852.

HSL color Cylindrical-coordinate representation of color #7465CD: hue angle of 248.65º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7465CD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116101205-
CMYK0.430.5100.20
HSL248.65º50.98%60%-
HSV(B)248.65º50.73%80.39%-
XYZ22.8817.4359.92-
YUV117.34177.47127.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.49%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=27.49%
G=23.93%
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.20
SystemRedGreenBlueCMYKHSL
Decimal1161012050.430.5100.20248.6550.9860
Hex7465CD2B33014f9333c
Octal16414531553630243716374
Binary111010011001011100110110101111001101010011111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7465CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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