#929BDF

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

Shades of Portage #929BDF

Tints of Portage #929BDF

Color information

#929BDF (or 0x929BDF) is unknown color: approx Portage. HEX triplet: 92, 9B and DF. RGB value is (146,155,223). Sum of RGB (Red+Green+Blue) = 146+155+223=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #929BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BDF is #6D6420. Grayscale: #9F9F9F. Windows color (decimal): -7169057 or 14654354. OLE color: 14654354.

HSL color Cylindrical-coordinate representation of color #929BDF: hue angle of 232.99º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #929BDF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146155223-
CMYK0.350.3000.13
HSL232.99º54.61%72.35%-
HSV(B)232.99º34.53%87.45%-
XYZ36.8934.8874.6-
YUV160.06163.52117.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=27.86%
G=29.58%
B=42.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461552230.350.3000.13232.9954.6172.35
Hex929BDF231E0De93748
Octal222233337433601535167110
Binary1001001010011011110111111000111111001101111010011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929BDF; }

 p { color: rgb(146,155,223); }

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

<style>
 a { background-color: #929BDF; }

 a { background-color: rgb(146,155,223); }

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

<style>
 span { border-color: #929BDF; }

 span { border-color: rgb(146,155,223); }

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