#7F8EBE

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

Shades of Wild Blue Yonder #7F8EBE

Tints of Wild Blue Yonder #7F8EBE

Color information

#7F8EBE (or 0x7F8EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8E and BE. RGB value is (127,142,190). Sum of RGB (Red+Green+Blue) = 127+142+190=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F8EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8EBE is #807141. Grayscale: #8E8E8E. Windows color (decimal): -8417602 or 12488319. OLE color: 12488319.

HSL color Cylindrical-coordinate representation of color #7F8EBE: hue angle of 225.71º 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 #7F8EBE is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127142190-
CMYK0.330.2500.25
HSL225.71º32.64%62.16%-
HSV(B)225.71º33.16%74.51%-
XYZ27.7227.5852.58-
YUV142.99154.53116.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.67%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=27.67%
G=30.94%
B=41.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271421900.330.2500.25225.7132.6462.16
Hex7F8EBE2119019e2213e
Octal17721627641310313424176
Binary111111110001110101111101000011100101100111100010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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