#9D9AFB

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

Shades of Portage #9D9AFB

Tints of Portage #9D9AFB

Color information

#9D9AFB (or 0x9D9AFB) is unknown color: approx Portage. HEX triplet: 9D, 9A and FB. RGB value is (157,154,251). Sum of RGB (Red+Green+Blue) = 157+154+251=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D9AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9AFB is #626504. Grayscale: #A5A5A5. Windows color (decimal): -6448389 or 16489117. OLE color: 16489117.

HSL color Cylindrical-coordinate representation of color #9D9AFB: hue angle of 241.86º 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 #9D9AFB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157154251-
CMYK0.370.3900.02
HSL241.86º92.38%79.41%-
HSV(B)241.86º38.65%98.43%-
XYZ42.8737.2496.2-
YUV165.96175.99121.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.94%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=27.94%
G=27.40%
B=44.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571542510.370.3900.02241.8692.3879.41
Hex9D9AFB252702f25c4f
Octal235232373454702362134117
Binary1001110110011010111110111001011001110101111001010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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