#747DC2

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

Shades of Wild Blue Yonder #747DC2

Tints of Wild Blue Yonder #747DC2

Color information

#747DC2 (or 0x747DC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7D and C2. RGB value is (116,125,194). Sum of RGB (Red+Green+Blue) = 116+125+194=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #747DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DC2 is #8B823D. Grayscale: #818181. Windows color (decimal): -9142846 or 12746100. OLE color: 12746100.

HSL color Cylindrical-coordinate representation of color #747DC2: hue angle of 233.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747DC2 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB116125194-
CMYK0.400.3600.24
HSL233.08º39%60.78%-
HSV(B)233.08º40.21%76.08%-
XYZ24.2722.2854.06-
YUV130.18164.02117.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 125 (49.22% from 255) = 28.74%
BLUE value IS 194 (76.17% from 255) = 44.60%
R=26.67%
G=28.74%
B=44.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161251940.400.3600.24233.083960.78
Hex747DC22824018e9273d
Octal16417530250440303514775
Binary111010011111011100001010100010010001100011101001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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