#7C8CB3

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

Shades of Wild Blue Yonder #7C8CB3

Tints of Wild Blue Yonder #7C8CB3

Color information

#7C8CB3 (or 0x7C8CB3) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 8C and B3. RGB value is (124,140,179). Sum of RGB (Red+Green+Blue) = 124+140+179=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: blue. Hex color #7C8CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8CB3 is #83734C. Grayscale: #8B8B8B. Windows color (decimal): -8614733 or 11766908. OLE color: 11766908.

HSL color Cylindrical-coordinate representation of color #7C8CB3: hue angle of 222.55º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C8CB3 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB124140179-
CMYK0.310.2200.30
HSL222.55º26.57%59.41%-
HSV(B)222.55º30.73%70.2%-
XYZ25.8326.346.36-
YUV139.66150.2116.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.99%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=27.99%
G=31.60%
B=40.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241401790.310.2200.30222.5526.5759.41
Hex7C8CB31F1601Edf1b3b
Octal17421426337260363373373
Binary1111100100011001011001111111101100111101101111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,140,179); }

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

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

 a { background-color: rgb(124,140,179); }

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

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

 span { border-color: rgb(124,140,179); }

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