#839DDE

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

Shades of Portage #839DDE

Tints of Portage #839DDE

Color information

#839DDE (or 0x839DDE) is unknown color: approx Portage. HEX triplet: 83, 9D and DE. RGB value is (131,157,222). Sum of RGB (Red+Green+Blue) = 131+157+222=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #839DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DDE is #7C6221. Grayscale: #9C9C9C. Windows color (decimal): -8151586 or 14589315. OLE color: 14589315.

HSL color Cylindrical-coordinate representation of color #839DDE: hue angle of 222.86º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #839DDE is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131157222-
CMYK0.410.2900.13
HSL222.86º57.96%69.22%-
HSV(B)222.86º40.99%87.06%-
XYZ34.634.2173.89-
YUV156.64164.89109.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.69%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=25.69%
G=30.78%
B=43.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311572220.410.2900.13222.8657.9669.22
Hex839DDE291D0Ddf3a45
Octal203235336513501533772105
Binary1000001110011101110111101010011110101101110111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,157,222); }

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

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

 a { background-color: rgb(131,157,222); }

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

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

 span { border-color: rgb(131,157,222); }

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