#747DB1

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

Shades of Wild Blue Yonder #747DB1

Tints of Wild Blue Yonder #747DB1

Color information

#747DB1 (or 0x747DB1) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7D and B1. RGB value is (116,125,177). Sum of RGB (Red+Green+Blue) = 116+125+177=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #747DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DB1 is #8B824E. Grayscale: #808080. Windows color (decimal): -9142863 or 11631988. OLE color: 11631988.

HSL color Cylindrical-coordinate representation of color #747DB1: hue angle of 231.15º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #747DB1 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116125177-
CMYK0.340.2900.31
HSL231.15º28.11%57.45%-
HSV(B)231.15º34.46%69.41%-
XYZ22.4721.5544.57-
YUV128.24155.52119.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 177 (69.53% from 255) = 42.34%
R=27.75%
G=29.90%
B=42.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161251770.340.2900.31231.1528.1157.45
Hex747DB1221D01Fe71c39
Octal16417526142350373473471
Binary1110100111110110110001100010111010111111110011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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