#747DC3

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

Shades of Wild Blue Yonder #747DC3

Tints of Wild Blue Yonder #747DC3

Color information

#747DC3 (or 0x747DC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7D and C3. RGB value is (116,125,195). Sum of RGB (Red+Green+Blue) = 116+125+195=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #747DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DC3 is #8B823C. Grayscale: #828282. Windows color (decimal): -9142845 or 12811636. OLE color: 12811636.

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

Color convert

RGB116125195-
CMYK0.410.3600.24
HSL233.16º39.7%60.98%-
HSV(B)233.16º40.51%76.47%-
XYZ24.3922.3254.65-
YUV130.29164.52117.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.61%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 195 (76.56% from 255) = 44.72%
R=26.61%
G=28.67%
B=44.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161251950.410.3600.24233.1639.760.98
Hex747DC32924018e9283d
Octal16417530351440303515075
Binary111010011111011100001110100110010001100011101001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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