#7D95CD

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

Shades of Portage #7D95CD

Tints of Portage #7D95CD

Color information

#7D95CD (or 0x7D95CD) is unknown color: approx Portage. HEX triplet: 7D, 95 and CD. RGB value is (125,149,205). Sum of RGB (Red+Green+Blue) = 125+149+205=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D95CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D95CD is #826A32. Grayscale: #939393. Windows color (decimal): -8546867 or 13473149. OLE color: 13473149.

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

Color convert

RGB125149205-
CMYK0.390.2700.20
HSL222º44.44%64.71%-
HSV(B)222º39.02%80.39%-
XYZ30.2230.2662.01-
YUV148.21160.05111.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.10%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=26.10%
G=31.11%
B=42.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251492050.390.2700.2022244.4464.71
Hex7D95CD271B014de2c41
Octal175225315473302433654101
Binary1111101100101011100110110011111011010100110111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,149,205); }

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

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

 a { background-color: rgb(125,149,205); }

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

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

 span { border-color: rgb(125,149,205); }

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