#9B9AFC

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

Shades of Portage #9B9AFC

Tints of Portage #9B9AFC

Color information

#9B9AFC (or 0x9B9AFC) is unknown color: approx Portage. HEX triplet: 9B, 9A and FC. RGB value is (155,154,252). Sum of RGB (Red+Green+Blue) = 155+154+252=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B9AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9AFC is #646503. Grayscale: #A5A5A5. Windows color (decimal): -6579460 or 16554651. OLE color: 16554651.

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

Color convert

RGB155154252-
CMYK0.380.3900.01
HSL240.61º94.23%79.61%-
HSV(B)240.61º38.89%98.82%-
XYZ42.6437.1197.01-
YUV165.47176.83120.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.63%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=27.63%
G=27.45%
B=44.92%

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
Decimal1551542520.380.3900.01240.6194.2379.61
Hex9B9AFC262701f15e50
Octal233232374464701361136120
Binary100110111001101011111100100110100111011111000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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