#7469CD

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

Shades of Slate Blue #7469CD

Tints of Slate Blue #7469CD

Color information

#7469CD (or 0x7469CD) is unknown color: approx Slate Blue. HEX triplet: 74, 69 and CD. RGB value is (116,105,205). Sum of RGB (Red+Green+Blue) = 116+105+205=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #7469CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469CD is #8B9632. Grayscale: #777777. Windows color (decimal): -9147955 or 13461876. OLE color: 13461876.

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

Color convert

RGB116105205-
CMYK0.430.4900.20
HSL246.6º50%60.78%-
HSV(B)246.6º48.78%80.39%-
XYZ23.2718.2260.05-
YUV119.69176.14125.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.23%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=27.23%
G=24.65%
B=48.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161052050.430.4900.20246.65060.78
Hex7469CD2B31014f7323d
Octal16415131553610243676275
Binary111010011010011100110110101111000101010011110111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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