#9D9AFC

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

Shades of Portage #9D9AFC

Tints of Portage #9D9AFC

Color information

#9D9AFC (or 0x9D9AFC) is unknown color: approx Portage. HEX triplet: 9D, 9A and FC. RGB value is (157,154,252). Sum of RGB (Red+Green+Blue) = 157+154+252=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D9AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9AFC is #626503. Grayscale: #A5A5A5. Windows color (decimal): -6448388 or 16554653. OLE color: 16554653.

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

Color convert

RGB157154252-
CMYK0.380.3900.01
HSL241.84º94.23%79.61%-
HSV(B)241.84º38.89%98.82%-
XYZ43.0337.3197.03-
YUV166.07176.49121.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=27.89%
G=27.35%
B=44.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571542520.380.3900.01241.8494.2379.61
Hex9D9AFC262701f25e50
Octal235232374464701362136120
Binary100111011001101011111100100110100111011111001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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