#919BCC

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

Shades of Portage #919BCC

Tints of Portage #919BCC

Color information

#919BCC (or 0x919BCC) is unknown color: approx Portage. HEX triplet: 91, 9B and CC. RGB value is (145,155,204). Sum of RGB (Red+Green+Blue) = 145+155+204=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #919BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BCC is #6E6433. Grayscale: #9D9D9D. Windows color (decimal): -7234612 or 13409169. OLE color: 13409169.

HSL color Cylindrical-coordinate representation of color #919BCC: hue angle of 229.83º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919BCC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145155204-
CMYK0.290.2400.2
HSL229.83º36.65%68.43%-
HSV(B)229.83º28.92%80%-
XYZ34.333.8261.85-
YUV157.6154.19119.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.77%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=28.77%
G=30.75%
B=40.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451552040.290.2400.2229.8336.6568.43
Hex919BCC1D18014e62544
Octal221233314353002434645104
Binary1001000110011011110011001110111000010100111001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919BCC; }

 p { color: rgb(145,155,204); }

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

<style>
 a { background-color: #919BCC; }

 a { background-color: rgb(145,155,204); }

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

<style>
 span { border-color: #919BCC; }

 span { border-color: rgb(145,155,204); }

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