#7D8FBE

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

Shades of Wild Blue Yonder #7D8FBE

Tints of Wild Blue Yonder #7D8FBE

Color information

#7D8FBE (or 0x7D8FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 8F and BE. RGB value is (125,143,190). Sum of RGB (Red+Green+Blue) = 125+143+190=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 143 (56.25% from 255 or 31.22% 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 #7D8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8FBE is #827041. Grayscale: #8E8E8E. Windows color (decimal): -8548418 or 12488573. OLE color: 12488573.

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

Color convert

RGB125143190-
CMYK0.340.2500.25
HSL223.38º33.33%61.76%-
HSV(B)223.38º34.21%74.51%-
XYZ27.5727.7252.61-
YUV142.98154.54115.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.29%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=27.29%
G=31.22%
B=41.48%

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
Decimal1251431900.340.2500.25223.3833.3361.76
Hex7D8FBE2219019df213e
Octal17521727642310313374176
Binary111110110001111101111101000101100101100111011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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