#7D95CB

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

Shades of Portage #7D95CB

Tints of Portage #7D95CB

Color information

#7D95CB (or 0x7D95CB) is unknown color: approx Portage. HEX triplet: 7D, 95 and CB. RGB value is (125,149,203). Sum of RGB (Red+Green+Blue) = 125+149+203=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D95CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D95CB is #826A34. Grayscale: #939393. Windows color (decimal): -8546869 or 13342077. OLE color: 13342077.

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

Color convert

RGB125149203-
CMYK0.380.2700.20
HSL221.54º42.86%64.31%-
HSV(B)221.54º38.42%79.61%-
XYZ29.9830.1760.74-
YUV147.98159.05111.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.21%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=26.21%
G=31.24%
B=42.56%

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
Decimal1251492030.380.2700.20221.5442.8664.31
Hex7D95CB261B014de2b40
Octal175225313463302433653100
Binary1111101100101011100101110011011011010100110111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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