#9D9EEA

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

Shades of Portage #9D9EEA

Tints of Portage #9D9EEA

Color information

#9D9EEA (or 0x9D9EEA) is unknown color: approx Portage. HEX triplet: 9D, 9E and EA. RGB value is (157,158,234). Sum of RGB (Red+Green+Blue) = 157+158+234=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9EEA is #626115. Grayscale: #A6A6A6. Windows color (decimal): -6447382 or 15376029. OLE color: 15376029.

HSL color Cylindrical-coordinate representation of color #9D9EEA: hue angle of 239.22º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D9EEA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157158234-
CMYK0.330.3200.08
HSL239.22º64.71%76.67%-
HSV(B)239.22º32.91%91.76%-
XYZ40.9837.5682.93-
YUV166.36166.17121.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.60%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=28.60%
G=28.78%
B=42.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571582340.330.3200.08239.2264.7176.67
Hex9D9EEA212008ef414d
Octal2352363524140010357101115
Binary100111011001111011101010100001100000010001110111110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D9EEA; }

 p { color: rgb(157,158,234); }

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

<style>
 a { background-color: #9D9EEA; }

 a { background-color: rgb(157,158,234); }

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

<style>
 span { border-color: #9D9EEA; }

 span { border-color: rgb(157,158,234); }

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