#9A9EFB

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

Shades of Portage #9A9EFB

Tints of Portage #9A9EFB

Color information

#9A9EFB (or 0x9A9EFB) is unknown color: approx Portage. HEX triplet: 9A, 9E and FB. RGB value is (154,158,251). Sum of RGB (Red+Green+Blue) = 154+158+251=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A9EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9EFB is #656104. Grayscale: #A7A7A7. Windows color (decimal): -6643973 or 16490138. OLE color: 16490138.

HSL color Cylindrical-coordinate representation of color #9A9EFB: hue angle of 237.53º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A9EFB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154158251-
CMYK0.390.3700.02
HSL237.53º92.38%79.41%-
HSV(B)237.53º38.65%98.43%-
XYZ42.9738.2996.39-
YUV167.41175.17118.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=27.35%
G=28.06%
B=44.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541582510.390.3700.02237.5392.3879.41
Hex9A9EFB272502ee5c4f
Octal232236373474502356134117
Binary1001101010011110111110111001111001010101110111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,158,251); }

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

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

 a { background-color: rgb(154,158,251); }

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

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

 span { border-color: rgb(154,158,251); }

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