Html Css Color HEX #838BDC Portage

📋 copy color: '#838BDC'

red 131 ◦ green 139 ◦ blue 220

#838BDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #838BDC

Tints of Portage #838BDC

RGB

 RED value IS 131 (51.56% from 255) = 26.73%

 GREEN value IS 139 (54.69% from 255) = 28.37%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 26.73%
G = 28.37%
B = 44.9%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#838BDC (or 0x838BDC) is known color: Portage. HEX triplet: 83, 8B and DC. RGB value is (131,139,220). Sum of RGB (Red+Green+Blue) = 131+139+220=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #838BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BDC is #7C7423. Grayscale: #919191. Windows color (decimal): -8156196 or 14453635. OLE color: 14453635.

HSL color Cylindrical-coordinate representation of color #838BDC: hue angle of 234.61º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838BDC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 139 220 -
CMYK 0.40 0.37 0 0.14
HSL 234.61º 0.56% 0.69% -
HSV(B) 234.61º 0.4% 0.86% -
XYZ 31.51 28.46 71.54 -
YUV 145.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 131 139 220 0.40 0.37 0 0.14 234.61 0.56 0.69
Hex 83 8B DC 28 25 0 E EB 38 45
Octal 203 213 334 50 45 0 16 353 70 105
Binary 10000011 10001011 11011100 101000 100101 0 1110 11101011 111000 1000101

Color Harmonies of #838BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BDC

Black with #838BDC

Text Example


Text Example

White with #838BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #838BDC;
 }
 .AnyTagClassName
 {
   color: #838BDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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