#7C8BBA

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

Shades of Wild Blue Yonder #7C8BBA

Tints of Wild Blue Yonder #7C8BBA

Color information

#7C8BBA (or 0x7C8BBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 8B and BA. RGB value is (124,139,186). Sum of RGB (Red+Green+Blue) = 124+139+186=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C8BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BBA is #837445. Grayscale: #8B8B8B. Windows color (decimal): -8614982 or 12225404. OLE color: 12225404.

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

Color convert

RGB124139186-
CMYK0.330.2500.27
HSL225.48º31%60.78%-
HSV(B)225.48º33.33%72.94%-
XYZ26.4126.350.14-
YUV139.87154.03116.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.62%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=27.62%
G=30.96%
B=41.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241391860.330.2500.27225.483160.78
Hex7C8BBA211901Be11f3d
Octal17421327241310333413775
Binary11111001000101110111010100001110010110111110000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,139,186); }

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

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

 a { background-color: rgb(124,139,186); }

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

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

 span { border-color: rgb(124,139,186); }

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