#8B92FC

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

Shades of Portage #8B92FC

Tints of Portage #8B92FC

Color information

#8B92FC (or 0x8B92FC) is unknown color: approx Portage. HEX triplet: 8B, 92 and FC. RGB value is (139,146,252). Sum of RGB (Red+Green+Blue) = 139+146+252=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B92FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B92FC is #746D03. Grayscale: #9B9B9B. Windows color (decimal): -7630084 or 16552587. OLE color: 16552587.

HSL color Cylindrical-coordinate representation of color #8B92FC: hue angle of 236.28º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B92FC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139146252-
CMYK0.450.4200.01
HSL236.28º94.96%76.67%-
HSV(B)236.28º44.84%98.82%-
XYZ38.533.0896.45-
YUV155.99182.18115.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.88%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=25.88%
G=27.19%
B=46.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391462520.450.4200.01236.2894.9676.67
Hex8B92FC2D2A01ec5f4d
Octal213222374555201354137115
Binary100010111001001011111100101101101010011110110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B92FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,146,252); }

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

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

 a { background-color: rgb(139,146,252); }

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

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

 span { border-color: rgb(139,146,252); }

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