#7E8FBF

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

Shades of Wild Blue Yonder #7E8FBF

Tints of Wild Blue Yonder #7E8FBF

Color information

#7E8FBF (or 0x7E8FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7E, 8F and BF. RGB value is (126,143,191). Sum of RGB (Red+Green+Blue) = 126+143+191=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E8FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8FBF is #817040. Grayscale: #8F8F8F. Windows color (decimal): -8482881 or 12554110. OLE color: 12554110.

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

Color convert

RGB126143191-
CMYK0.340.2500.25
HSL224.31º33.68%62.16%-
HSV(B)224.31º34.03%74.9%-
XYZ27.8327.8453.2-
YUV143.39154.87115.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.39%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 191 (75% from 255) = 41.52%
R=27.39%
G=31.09%
B=41.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261431910.340.2500.25224.3133.6862.16
Hex7E8FBF2219019e0223e
Octal17621727742310313404276
Binary111111010001111101111111000101100101100111100000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,143,191); }

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

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

 a { background-color: rgb(126,143,191); }

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

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

 span { border-color: rgb(126,143,191); }

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