#7B8DBF

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

Shades of Wild Blue Yonder #7B8DBF

Tints of Wild Blue Yonder #7B8DBF

Color information

#7B8DBF (or 0x7B8DBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 8D and BF. RGB value is (123,141,191). Sum of RGB (Red+Green+Blue) = 123+141+191=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B8DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8DBF is #847240. Grayscale: #8D8D8D. Windows color (decimal): -8680001 or 12553595. OLE color: 12553595.

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

Color convert

RGB123141191-
CMYK0.360.2600.25
HSL224.12º34.69%61.57%-
HSV(B)224.12º35.6%74.9%-
XYZ27.127.0253.08-
YUV141.32156.04114.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.03%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 191 (75% from 255) = 41.98%
R=27.03%
G=30.99%
B=41.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231411910.360.2600.25224.1234.6961.57
Hex7B8DBF241A019e0233e
Octal17321527744320313404376
Binary111101110001101101111111001001101001100111100000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,141,191); }

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

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

 a { background-color: rgb(123,141,191); }

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

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

 span { border-color: rgb(123,141,191); }

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