#838FCA

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

Shades of Portage #838FCA

Tints of Portage #838FCA

Color information

#838FCA (or 0x838FCA) is unknown color: approx Portage. HEX triplet: 83, 8F and CA. RGB value is (131,143,202). Sum of RGB (Red+Green+Blue) = 131+143+202=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #838FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FCA is #7C7035. Grayscale: #919191. Windows color (decimal): -8155190 or 13275011. OLE color: 13275011.

HSL color Cylindrical-coordinate representation of color #838FCA: hue angle of 229.86º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838FCA is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131143202-
CMYK0.350.2900.21
HSL229.86º40.11%65.29%-
HSV(B)229.86º35.15%79.22%-
XYZ29.8428.7359.85-
YUV146.14159.52117.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.52%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=27.52%
G=30.04%
B=42.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311432020.350.2900.21229.8640.1165.29
Hex838FCA231D015e62841
Octal203217312433502534650101
Binary10000011100011111100101010001111101010101111001101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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