#9B9CFD

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

Shades of Portage #9B9CFD

Tints of Portage #9B9CFD

Color information

#9B9CFD (or 0x9B9CFD) is unknown color: approx Portage. HEX triplet: 9B, 9C and FD. RGB value is (155,156,253). Sum of RGB (Red+Green+Blue) = 155+156+253=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B9CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9CFD is #646302. Grayscale: #A6A6A6. Windows color (decimal): -6578947 or 16620699. OLE color: 16620699.

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

Color convert

RGB155156253-
CMYK0.390.3800.01
HSL239.39º96.08%80%-
HSV(B)239.39º38.74%99.22%-
XYZ43.1437.8497.96-
YUV166.76176.67119.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=27.48%
G=27.66%
B=44.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551562530.390.3800.01239.3996.0880
Hex9B9CFD272601ef6050
Octal233234375474601357140120
Binary100110111001110011111101100111100110011110111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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