#7D94CB

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

Shades of Portage #7D94CB

Tints of Portage #7D94CB

Color information

#7D94CB (or 0x7D94CB) is unknown color: approx Portage. HEX triplet: 7D, 94 and CB. RGB value is (125,148,203). Sum of RGB (Red+Green+Blue) = 125+148+203=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D94CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D94CB is #826B34. Grayscale: #939393. Windows color (decimal): -8547125 or 13341821. OLE color: 13341821.

HSL color Cylindrical-coordinate representation of color #7D94CB: hue angle of 222.31º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D94CB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125148203-
CMYK0.380.2700.20
HSL222.31º42.86%64.31%-
HSV(B)222.31º38.42%79.61%-
XYZ29.8329.8560.69-
YUV147.39159.38112.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.26%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=26.26%
G=31.09%
B=42.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251482030.380.2700.20222.3142.8664.31
Hex7D94CB261B014de2b40
Octal175224313463302433653100
Binary1111101100101001100101110011011011010100110111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,148,203); }

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

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

 a { background-color: rgb(125,148,203); }

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

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

 span { border-color: rgb(125,148,203); }

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