#7D8CBF

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

Shades of Wild Blue Yonder #7D8CBF

Tints of Wild Blue Yonder #7D8CBF

Color information

#7D8CBF (or 0x7D8CBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7D, 8C and BF. RGB value is (125,140,191). Sum of RGB (Red+Green+Blue) = 125+140+191=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D8CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CBF is #827340. Grayscale: #8D8D8D. Windows color (decimal): -8549185 or 12553341. OLE color: 12553341.

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

Color convert

RGB125140191-
CMYK0.350.2700.25
HSL226.36º34.02%61.96%-
HSV(B)226.36º34.55%74.9%-
XYZ27.2426.8853.04-
YUV141.33156.03116.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.41%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 191 (75% from 255) = 41.89%
R=27.41%
G=30.70%
B=41.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251401910.350.2700.25226.3634.0261.96
Hex7D8CBF231B019e2223e
Octal17521427743330313424276
Binary111110110001100101111111000111101101100111100010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,140,191); }

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

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

 a { background-color: rgb(125,140,191); }

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

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

 span { border-color: rgb(125,140,191); }

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