#8C9BFB

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

Shades of Portage #8C9BFB

Tints of Portage #8C9BFB

Color information

#8C9BFB (or 0x8C9BFB) is unknown color: approx Portage. HEX triplet: 8C, 9B and FB. RGB value is (140,155,251). Sum of RGB (Red+Green+Blue) = 140+155+251=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C9BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9BFB is #736404. Grayscale: #A1A1A1. Windows color (decimal): -7562245 or 16489356. OLE color: 16489356.

HSL color Cylindrical-coordinate representation of color #8C9BFB: hue angle of 231.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C9BFB is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB140155251-
CMYK0.440.3800.02
HSL231.89º93.28%76.67%-
HSV(B)231.89º44.22%98.43%-
XYZ39.9535.9896.11-
YUV161.46178.53112.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.64%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 251 (98.44% from 255) = 45.97%
R=25.64%
G=28.39%
B=45.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401552510.440.3800.02231.8993.2876.67
Hex8C9BFB2C2602e85d4d
Octal214233373544602350135115
Binary1000110010011011111110111011001001100101110100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9BFB; }

 p { color: rgb(140,155,251); }

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

<style>
 a { background-color: #8C9BFB; }

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

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

<style>
 span { border-color: #8C9BFB; }

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

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