#838CDA

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

Shades of Portage #838CDA

Tints of Portage #838CDA

Color information

#838CDA (or 0x838CDA) is unknown color: approx Portage. HEX triplet: 83, 8C and DA. RGB value is (131,140,218). Sum of RGB (Red+Green+Blue) = 131+140+218=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #838CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CDA is #7C7325. Grayscale: #919191. Windows color (decimal): -8155942 or 14322819. OLE color: 14322819.

HSL color Cylindrical-coordinate representation of color #838CDA: hue angle of 233.79º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838CDA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131140218-
CMYK0.400.3600.15
HSL233.79º54.04%68.43%-
HSV(B)233.79º39.91%85.49%-
XYZ31.3928.6470.2-
YUV146.2168.52117.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.79%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=26.79%
G=28.63%
B=44.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311402180.400.3600.15233.7954.0468.43
Hex838CDA28240Fea3644
Octal203214332504401735266104
Binary10000011100011001101101010100010010001111111010101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,140,218); }

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

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

 a { background-color: rgb(131,140,218); }

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

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

 span { border-color: rgb(131,140,218); }

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