#839BED

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

Shades of Portage #839BED

Tints of Portage #839BED

Color information

#839BED (or 0x839BED) is unknown color: approx Portage. HEX triplet: 83, 9B and ED. RGB value is (131,155,237). Sum of RGB (Red+Green+Blue) = 131+155+237=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #839BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839BED is #7C6412. Grayscale: #9C9C9C. Windows color (decimal): -8152083 or 15571843. OLE color: 15571843.

HSL color Cylindrical-coordinate representation of color #839BED: hue angle of 226.42º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #839BED is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131155237-
CMYK0.450.3500.07
HSL226.42º74.65%72.16%-
HSV(B)226.42º44.73%92.94%-
XYZ36.3734.3884.84-
YUV157.17173.05109.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.05%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=25.05%
G=29.64%
B=45.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311552370.450.3500.07226.4274.6572.16
Hex839BED2D2307e24b48
Octal203233355554307342113110
Binary10000011100110111110110110110110001101111110001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839BED; }

 p { color: rgb(131,155,237); }

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

<style>
 a { background-color: #839BED; }

 a { background-color: rgb(131,155,237); }

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

<style>
 span { border-color: #839BED; }

 span { border-color: rgb(131,155,237); }

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