#909DE7

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

Shades of Portage #909DE7

Tints of Portage #909DE7

Color information

#909DE7 (or 0x909DE7) is unknown color: approx Portage. HEX triplet: 90, 9D and E7. RGB value is (144,157,231). Sum of RGB (Red+Green+Blue) = 144+157+231=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #909DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909DE7 is #6F6218. Grayscale: #A1A1A1. Windows color (decimal): -7299609 or 15179152. OLE color: 15179152.

HSL color Cylindrical-coordinate representation of color #909DE7: hue angle of 231.03º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #909DE7 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB144157231-
CMYK0.380.3200.09
HSL231.03º64.44%73.53%-
HSV(B)231.03º37.66%90.59%-
XYZ37.9835.8180.51-
YUV161.55167.19115.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.07%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 231 (90.62% from 255) = 43.42%
R=27.07%
G=29.51%
B=43.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1441572310.380.3200.09231.0364.4473.53
Hex909DE7262009e7404a
Octal2202353474640011347100112
Binary100100001001110111100111100110100000010011110011110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909DE7; }

 p { color: rgb(144,157,231); }

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

<style>
 a { background-color: #909DE7; }

 a { background-color: rgb(144,157,231); }

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

<style>
 span { border-color: #909DE7; }

 span { border-color: rgb(144,157,231); }

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