#7F9CED

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

Shades of Portage #7F9CED

Tints of Portage #7F9CED

Color information

#7F9CED (or 0x7F9CED) is unknown color: approx Portage. HEX triplet: 7F, 9C and ED. RGB value is (127,156,237). Sum of RGB (Red+Green+Blue) = 127+156+237=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F9CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9CED is #806312. Grayscale: #9C9C9C. Windows color (decimal): -8413971 or 15572095. OLE color: 15572095.

HSL color Cylindrical-coordinate representation of color #7F9CED: hue angle of 224.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9CED is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127156237-
CMYK0.460.3400.07
HSL224.18º75.34%71.37%-
HSV(B)224.18º46.41%92.94%-
XYZ35.9334.484.87-
YUV156.56173.39106.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.42%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=24.42%
G=30%
B=45.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271562370.460.3400.07224.1875.3471.37
Hex7F9CED2E2207e04b47
Octal177234355564207340113107
Binary1111111100111001110110110111010001001111110000010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,156,237); }

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

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

 a { background-color: rgb(127,156,237); }

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

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

 span { border-color: rgb(127,156,237); }

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