#9B9BFD

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

Shades of Portage #9B9BFD

Tints of Portage #9B9BFD

Color information

#9B9BFD (or 0x9B9BFD) is unknown color: approx Portage. HEX triplet: 9B, 9B and FD. RGB value is (155,155,253). Sum of RGB (Red+Green+Blue) = 155+155+253=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B9BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9BFD is #646402. Grayscale: #A5A5A5. Windows color (decimal): -6579203 or 16620443. OLE color: 16620443.

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

Color convert

RGB155155253-
CMYK0.390.3900.01
HSL240º96.08%80%-
HSV(B)240º38.74%99.22%-
XYZ42.9737.597.9-
YUV166.17177120.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=27.53%
G=27.53%
B=44.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551552530.390.3900.0124096.0880
Hex9B9BFD272701f06050
Octal233233375474701360140120
Binary100110111001101111111101100111100111011111000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,155,253); }

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

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

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

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

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

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

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