#7C9294

Color #7C9294 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #7C9294

Tints of Juniper #7C9294

Color information

#7C9294 (or 0x7C9294) is unknown color: approx Juniper. HEX triplet: 7C, 92 and 94. RGB value is (124,146,148). Sum of RGB (Red+Green+Blue) = 124+146+148=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C9294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9294 is #836D6B. Grayscale: #8B8B8B. Windows color (decimal): -8613228 or 9736828. OLE color: 9736828.

HSL color Cylindrical-coordinate representation of color #7C9294: hue angle of 185º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C9294 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB124146148-
CMYK0.160.0100.42
HSL185º10.08%53.33%-
HSV(B)185º16.22%58.04%-
XYZ23.9426.9831.96-
YUV139.65132.71116.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.67%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=29.67%
G=34.93%
B=35.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241461480.160.0100.4218510.0853.33
Hex7C929410102Ab9a35
Octal1742222242010522711265
Binary111110010010010100101001000010101010101110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,146,148); }

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

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

 a { background-color: rgb(124,146,148); }

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

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

 span { border-color: rgb(124,146,148); }

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