#747DCA

Color #747DCA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #747DCA

Tints of Wild Blue Yonder #747DCA

Color information

#747DCA (or 0x747DCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7D and CA. RGB value is (116,125,202). Sum of RGB (Red+Green+Blue) = 116+125+202=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #747DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DCA is #8B8235. Grayscale: #828282. Windows color (decimal): -9142838 or 13270388. OLE color: 13270388.

HSL color Cylindrical-coordinate representation of color #747DCA: hue angle of 233.72º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #747DCA is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116125202-
CMYK0.430.3800.21
HSL233.72º44.79%62.35%-
HSV(B)233.72º42.57%79.22%-
XYZ25.222.6458.92-
YUV131.09168.02117.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.19%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=26.19%
G=28.22%
B=45.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161252020.430.3800.21233.7244.7962.35
Hex747DCA2B26015ea2d3e
Octal16417531253460253525576
Binary111010011111011100101010101110011001010111101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747DCA; }

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

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

<style>
 a { background-color: #747DCA; }

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

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

<style>
 span { border-color: #747DCA; }

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

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