#7F8DBE

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

Shades of Wild Blue Yonder #7F8DBE

Tints of Wild Blue Yonder #7F8DBE

Color information

#7F8DBE (or 0x7F8DBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8D and BE. RGB value is (127,141,190). Sum of RGB (Red+Green+Blue) = 127+141+190=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F8DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8DBE is #807241. Grayscale: #8E8E8E. Windows color (decimal): -8417858 or 12488063. OLE color: 12488063.

HSL color Cylindrical-coordinate representation of color #7F8DBE: hue angle of 226.67º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F8DBE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127141190-
CMYK0.330.2600.25
HSL226.67º32.64%62.16%-
HSV(B)226.67º33.16%74.51%-
XYZ27.5727.2852.53-
YUV142.4154.86117.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.73%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=27.73%
G=30.79%
B=41.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271411900.330.2600.25226.6732.6462.16
Hex7F8DBE211A019e3213e
Octal17721527641320313434176
Binary111111110001101101111101000011101001100111100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,141,190); }

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

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

 a { background-color: rgb(127,141,190); }

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

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

 span { border-color: rgb(127,141,190); }

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