#9B9CEF

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

Shades of Portage #9B9CEF

Tints of Portage #9B9CEF

Color information

#9B9CEF (or 0x9B9CEF) is unknown color: approx Portage. HEX triplet: 9B, 9C and EF. RGB value is (155,156,239). Sum of RGB (Red+Green+Blue) = 155+156+239=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B9CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B9CEF is #646310. Grayscale: #A4A4A4. Windows color (decimal): -6578961 or 15703195. OLE color: 15703195.

HSL color Cylindrical-coordinate representation of color #9B9CEF: hue angle of 239.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B9CEF is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155156239-
CMYK0.350.3500.06
HSL239.29º72.41%77.25%-
HSV(B)239.29º35.15%93.73%-
XYZ40.9936.9886.64-
YUV165.16169.67120.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.18%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 239 (93.75% from 255) = 43.45%
R=28.18%
G=28.36%
B=43.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551562390.350.3500.06239.2972.4177.25
Hex9B9CEF232306ef484d
Octal233234357434306357110115
Binary10011011100111001110111110001110001101101110111110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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