#7F8EBB

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

Shades of Wild Blue Yonder #7F8EBB

Tints of Wild Blue Yonder #7F8EBB

Color information

#7F8EBB (or 0x7F8EBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8E and BB. RGB value is (127,142,187). Sum of RGB (Red+Green+Blue) = 127+142+187=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F8EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8EBB is #807144. Grayscale: #8E8E8E. Windows color (decimal): -8417605 or 12291711. OLE color: 12291711.

HSL color Cylindrical-coordinate representation of color #7F8EBB: hue angle of 225º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F8EBB is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127142187-
CMYK0.320.2400.27
HSL225º30.61%61.57%-
HSV(B)225º32.09%73.33%-
XYZ27.427.4550.87-
YUV142.65153.03116.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.85%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=27.85%
G=31.14%
B=41.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271421870.320.2400.2722530.6161.57
Hex7F8EBB201801Be11f3e
Octal17721627340300333413776
Binary11111111000111010111011100000110000110111110000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F8EBB; }

 p { color: rgb(127,142,187); }

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

<style>
 a { background-color: #7F8EBB; }

 a { background-color: rgb(127,142,187); }

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

<style>
 span { border-color: #7F8EBB; }

 span { border-color: rgb(127,142,187); }

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