#9A9DFE

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

Shades of Portage #9A9DFE

Tints of Portage #9A9DFE

Color information

#9A9DFE (or 0x9A9DFE) is unknown color: approx Portage. HEX triplet: 9A, 9D and FE. RGB value is (154,157,254). Sum of RGB (Red+Green+Blue) = 154+157+254=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A9DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A9DFE is #656201. Grayscale: #A6A6A6. Windows color (decimal): -6644226 or 16686490. OLE color: 16686490.

HSL color Cylindrical-coordinate representation of color #9A9DFE: hue angle of 238.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A9DFE is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154157254-
CMYK0.390.3800.00
HSL238.2º98.04%80%-
HSV(B)238.2º39.37%99.61%-
XYZ43.2738.1498.85-
YUV167.16177.01118.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 254 (99.61% from 255) = 44.96%
R=27.26%
G=27.79%
B=44.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541572540.390.3800.00238.298.0480
Hex9A9DFE272600ee6250
Octal232235376474600356142120
Binary100110101001110111111110100111100110001110111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,157,254); }

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

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

 a { background-color: rgb(154,157,254); }

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

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

 span { border-color: rgb(154,157,254); }

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