#838BCD

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

Shades of Portage #838BCD

Tints of Portage #838BCD

Color information

#838BCD (or 0x838BCD) is unknown color: approx Portage. HEX triplet: 83, 8B and CD. RGB value is (131,139,205). Sum of RGB (Red+Green+Blue) = 131+139+205=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #838BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BCD is #7C7432. Grayscale: #8F8F8F. Windows color (decimal): -8156211 or 13470595. OLE color: 13470595.

HSL color Cylindrical-coordinate representation of color #838BCD: hue angle of 233.51º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838BCD is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131139205-
CMYK0.360.3200.20
HSL233.51º42.53%65.88%-
HSV(B)233.51º36.1%80.39%-
XYZ29.6127.761.54-
YUV144.13162.35118.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=27.58%
G=29.26%
B=43.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311392050.360.3200.20233.5142.5365.88
Hex838BCD2420014ea2b42
Octal203213315444002435253102
Binary100000111000101111001101100100100000010100111010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838BCD; }

 p { color: rgb(131,139,205); }

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

<style>
 a { background-color: #838BCD; }

 a { background-color: rgb(131,139,205); }

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

<style>
 span { border-color: #838BCD; }

 span { border-color: rgb(131,139,205); }

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