#9299D0

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

Shades of Portage #9299D0

Tints of Portage #9299D0

Color information

#9299D0 (or 0x9299D0) is unknown color: approx Portage. HEX triplet: 92, 99 and D0. RGB value is (146,153,208). Sum of RGB (Red+Green+Blue) = 146+153+208=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #9299D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299D0 is #6D662F. Grayscale: #9C9C9C. Windows color (decimal): -7169584 or 13670802. OLE color: 13670802.

HSL color Cylindrical-coordinate representation of color #9299D0: hue angle of 233.23º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9299D0 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146153208-
CMYK0.300.2600.18
HSL233.23º39.74%69.41%-
HSV(B)233.23º29.81%81.57%-
XYZ34.6333.4564.31-
YUV157.18156.68120.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.80%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=28.80%
G=30.18%
B=41.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461532080.300.2600.18233.2339.7469.41
Hex9299D01E1A012e92845
Octal222231320363202235150105
Binary1001001010011001110100001111011010010010111010011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9299D0; }

 p { color: rgb(146,153,208); }

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

<style>
 a { background-color: #9299D0; }

 a { background-color: rgb(146,153,208); }

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

<style>
 span { border-color: #9299D0; }

 span { border-color: rgb(146,153,208); }

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