#747BBE

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

Shades of Wild Blue Yonder #747BBE

Tints of Wild Blue Yonder #747BBE

Color information

#747BBE (or 0x747BBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7B and BE. RGB value is (116,123,190). Sum of RGB (Red+Green+Blue) = 116+123+190=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #747BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BBE is #8B8441. Grayscale: #808080. Windows color (decimal): -9143362 or 12483444. OLE color: 12483444.

HSL color Cylindrical-coordinate representation of color #747BBE: hue angle of 234.32º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #747BBE is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116123190-
CMYK0.390.3500.25
HSL234.32º36.27%60%-
HSV(B)234.32º38.95%74.51%-
XYZ23.5821.651.64-
YUV128.54162.68119.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 123 (48.44% from 255) = 28.67%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=27.04%
G=28.67%
B=44.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161231900.390.3500.25234.3236.2760
Hex747BBE2723019ea243c
Octal16417327647430313524474
Binary111010011110111011111010011110001101100111101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,123,190); }

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

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

 a { background-color: rgb(116,123,190); }

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

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

 span { border-color: rgb(116,123,190); }

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