#9B9DFC

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

Shades of Portage #9B9DFC

Tints of Portage #9B9DFC

Color information

#9B9DFC (or 0x9B9DFC) is unknown color: approx Portage. HEX triplet: 9B, 9D and FC. RGB value is (155,157,252). Sum of RGB (Red+Green+Blue) = 155+157+252=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B9DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9DFC is #646203. Grayscale: #A6A6A6. Windows color (decimal): -6578692 or 16555419. OLE color: 16555419.

HSL color Cylindrical-coordinate representation of color #9B9DFC: hue angle of 238.76º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B9DFC is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155157252-
CMYK0.380.3800.01
HSL238.76º94.17%79.8%-
HSV(B)238.76º38.49%98.82%-
XYZ43.1538.1197.18-
YUV167.23175.84119.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.48%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=27.48%
G=27.84%
B=44.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551572520.380.3800.01238.7694.1779.8
Hex9B9DFC262601ef5e50
Octal233235374464601357136120
Binary100110111001110111111100100110100110011110111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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