#7F8FBE

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

Shades of Wild Blue Yonder #7F8FBE

Tints of Wild Blue Yonder #7F8FBE

Color information

#7F8FBE (or 0x7F8FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 8F and BE. RGB value is (127,143,190). Sum of RGB (Red+Green+Blue) = 127+143+190=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8FBE is #807041. Grayscale: #8F8F8F. Windows color (decimal): -8417346 or 12488575. OLE color: 12488575.

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

Color convert

RGB127143190-
CMYK0.330.2500.25
HSL224.76º32.64%62.16%-
HSV(B)224.76º33.16%74.51%-
XYZ27.8727.8752.63-
YUV143.57154.2116.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=27.61%
G=31.09%
B=41.30%

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
Decimal1271431900.330.2500.25224.7632.6462.16
Hex7F8FBE2119019e1213e
Octal17721727641310313414176
Binary111111110001111101111101000011100101100111100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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