Html Css Color HEX #838ADD Portage

📋 copy color: '#838ADD'

red 131 ◦ green 138 ◦ blue 221

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

Shades of Portage #838ADD

Tints of Portage #838ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.16%

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 26.73%
G = 28.16%
B = 45.1%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#838ADD (or 0x838ADD) is known color: Portage. HEX triplet: 83, 8A and DD. RGB value is (131,138,221). Sum of RGB (Red+Green+Blue) = 131+138+221=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #838ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ADD is #7C7522. Grayscale: #919191. Windows color (decimal): -8156451 or 14518915. OLE color: 14518915.

HSL color Cylindrical-coordinate representation of color #838ADD: hue angle of 235.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #838ADD is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 138 221 -
CMYK 0.41 0.38 0 0.13
HSL 235.33º 0.57% 0.69% -
HSV(B) 235.33º 0.41% 0.87% -
XYZ 31.5 28.22 72.19 -
YUV 145.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 131 138 221 0.41 0.38 0 0.13 235.33 0.57 0.69
Hex 83 8A DD 29 26 0 D EB 39 45
Octal 203 212 335 51 46 0 15 353 71 105
Binary 10000011 10001010 11011101 101001 100110 0 1101 11101011 111001 1000101

Color Harmonies of #838ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ADD

Black with #838ADD

Text Example


Text Example

White with #838ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,138,221); }

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

background-color css

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

 a { background-color: rgb(131,138,221); }

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

border-color css

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

 span { border-color: rgb(131,138,221); }

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