#7469CA

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

Shades of Slate Blue #7469CA

Tints of Slate Blue #7469CA

Color information

#7469CA (or 0x7469CA) is unknown color: approx Slate Blue. HEX triplet: 74, 69 and CA. RGB value is (116,105,202). Sum of RGB (Red+Green+Blue) = 116+105+202=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #7469CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7469CA is #8B9635. Grayscale: #767676. Windows color (decimal): -9147958 or 13265268. OLE color: 13265268.

HSL color Cylindrical-coordinate representation of color #7469CA: hue angle of 246.8º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7469CA is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116105202-
CMYK0.430.4800.21
HSL246.8º47.78%60.2%-
HSV(B)246.8º48.02%79.22%-
XYZ22.9118.0858.16-
YUV119.35174.64125.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=27.42%
G=24.82%
B=47.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161052020.430.4800.21246.847.7860.2
Hex7469CA2B30015f7303c
Octal16415131253600253676074
Binary111010011010011100101010101111000001010111110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7469CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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