#7B87BA

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

Shades of Wild Blue Yonder #7B87BA

Tints of Wild Blue Yonder #7B87BA

Color information

#7B87BA (or 0x7B87BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 87 and BA. RGB value is (123,135,186). Sum of RGB (Red+Green+Blue) = 123+135+186=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B87BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B87BA is #847845. Grayscale: #898989. Windows color (decimal): -8681542 or 12224379. OLE color: 12224379.

HSL color Cylindrical-coordinate representation of color #7B87BA: hue angle of 228.57º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B87BA is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123135186-
CMYK0.340.2700.27
HSL228.57º31.34%60.59%-
HSV(B)228.57º33.87%72.94%-
XYZ25.725.0849.94-
YUV137.23155.52117.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.70%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=27.70%
G=30.41%
B=41.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231351860.340.2700.27228.5731.3460.59
Hex7B87BA221B01Be51f3d
Octal17320727242330333453775
Binary11110111000011110111010100010110110110111110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,135,186); }

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

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

 a { background-color: rgb(123,135,186); }

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

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

 span { border-color: rgb(123,135,186); }

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