#9B9CE4

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

Shades of Portage #9B9CE4

Tints of Portage #9B9CE4

Color information

#9B9CE4 (or 0x9B9CE4) is unknown color: approx Portage. HEX triplet: 9B, 9C and E4. RGB value is (155,156,228). Sum of RGB (Red+Green+Blue) = 155+156+228=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #9B9CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9CE4 is #64631B. Grayscale: #A3A3A3. Windows color (decimal): -6578972 or 14982299. OLE color: 14982299.

HSL color Cylindrical-coordinate representation of color #9B9CE4: hue angle of 239.18º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B9CE4 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB155156228-
CMYK0.320.3200.11
HSL239.18º57.48%75.1%-
HSV(B)239.18º32.02%89.41%-
XYZ39.4136.3578.34-
YUV163.91164.17121.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.76%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=28.76%
G=28.94%
B=42.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1551562280.320.3200.11239.1857.4875.1
Hex9B9CE420200Bef394b
Octal233234344404001335771113
Binary10011011100111001110010010000010000001011111011111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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