#7C8FBA

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

Shades of Wild Blue Yonder #7C8FBA

Tints of Wild Blue Yonder #7C8FBA

Color information

#7C8FBA (or 0x7C8FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 8F and BA. RGB value is (124,143,186). Sum of RGB (Red+Green+Blue) = 124+143+186=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C8FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8FBA is #837045. Grayscale: #8E8E8E. Windows color (decimal): -8613958 or 12226428. OLE color: 12226428.

HSL color Cylindrical-coordinate representation of color #7C8FBA: hue angle of 221.61º 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 #7C8FBA is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124143186-
CMYK0.330.2300.27
HSL221.61º31%60.78%-
HSV(B)221.61º33.33%72.94%-
XYZ2727.4850.33-
YUV142.22152.71115-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=27.37%
G=31.57%
B=41.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241431860.330.2300.27221.613160.78
Hex7C8FBA211701Bde1f3d
Octal17421727241270333363775
Binary11111001000111110111010100001101110110111101111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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