#747CBC

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

Shades of Wild Blue Yonder #747CBC

Tints of Wild Blue Yonder #747CBC

Color information

#747CBC (or 0x747CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7C and BC. RGB value is (116,124,188). Sum of RGB (Red+Green+Blue) = 116+124+188=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #747CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CBC is #8B8343. Grayscale: #808080. Windows color (decimal): -9143108 or 12352628. OLE color: 12352628.

HSL color Cylindrical-coordinate representation of color #747CBC: hue angle of 233.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747CBC is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116124188-
CMYK0.380.3400.26
HSL233.33º34.95%59.61%-
HSV(B)233.33º38.3%73.73%-
XYZ23.4921.7650.54-
YUV128.9161.35118.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=27.10%
G=28.97%
B=43.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161241880.380.3400.26233.3334.9559.61
Hex747CBC262201Ae9233c
Octal16417427446420323514374
Binary111010011111001011110010011010001001101011101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,124,188); }

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

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

 a { background-color: rgb(116,124,188); }

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

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

 span { border-color: rgb(116,124,188); }

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