#838FCD

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

Shades of Portage #838FCD

Tints of Portage #838FCD

Color information

#838FCD (or 0x838FCD) is unknown color: approx Portage. HEX triplet: 83, 8F and CD. RGB value is (131,143,205). Sum of RGB (Red+Green+Blue) = 131+143+205=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #838FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FCD is #7C7032. Grayscale: #929292. Windows color (decimal): -8155187 or 13471619. OLE color: 13471619.

HSL color Cylindrical-coordinate representation of color #838FCD: hue angle of 230.27º 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 #838FCD is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131143205-
CMYK0.360.3000.20
HSL230.27º42.53%65.88%-
HSV(B)230.27º36.1%80.39%-
XYZ30.228.8861.74-
YUV146.48161.02116.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 143 (56.25% from 255) = 29.85%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=27.35%
G=29.85%
B=42.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311432050.360.3000.20230.2742.5365.88
Hex838FCD241E014e62b42
Octal203217315443602434653102
Binary10000011100011111100110110010011110010100111001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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