#7D88CF

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

Shades of Portage #7D88CF

Tints of Portage #7D88CF

Color information

#7D88CF (or 0x7D88CF) is unknown color: approx Portage. HEX triplet: 7D, 88 and CF. RGB value is (125,136,207). Sum of RGB (Red+Green+Blue) = 125+136+207=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D88CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D88CF is #827730. Grayscale: #8C8C8C. Windows color (decimal): -8550193 or 13600893. OLE color: 13600893.

HSL color Cylindrical-coordinate representation of color #7D88CF: hue angle of 231.95º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D88CF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125136207-
CMYK0.400.3400.19
HSL231.95º46.07%65.1%-
HSV(B)231.95º39.61%81.18%-
XYZ28.5226.4762.64-
YUV140.8165.36116.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=26.71%
G=29.06%
B=44.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251362070.400.3400.19231.9546.0765.1
Hex7D88CF2822013e82e41
Octal175210317504202335056101
Binary11111011000100011001111101000100010010011111010001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D88CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,136,207); }

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

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

 a { background-color: rgb(125,136,207); }

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

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

 span { border-color: rgb(125,136,207); }

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