Html Css Color HEX #839ADD Portage

📋 copy color: '#839ADD'

red 131 ◦ green 154 ◦ blue 221

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

Shades of Portage #839ADD

Tints of Portage #839ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

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

R = 25.89%
G = 30.43%
B = 43.68%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#839ADD (or 0x839ADD) is known color: Portage. HEX triplet: 83, 9A and DD. RGB value is (131,154,221). Sum of RGB (Red+Green+Blue) = 131+154+221=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #839ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ADD is #7C6522. Grayscale: #9A9A9A. Windows color (decimal): -8152355 or 14523011. OLE color: 14523011.

HSL color Cylindrical-coordinate representation of color #839ADD: hue angle of 224.67º 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 #839ADD is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 154 221 -
CMYK 0.41 0.30 0 0.13
HSL 224.67º 0.57% 0.69% -
HSV(B) 224.67º 0.41% 0.87% -
XYZ 33.97 33.16 73.02 -
YUV 154.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 131 154 221 0.41 0.30 0 0.13 224.67 0.57 0.69
Hex 83 9A DD 29 1E 0 D E1 39 45
Octal 203 232 335 51 36 0 15 341 71 105
Binary 10000011 10011010 11011101 101001 11110 0 1101 11100001 111001 1000101

Color Harmonies of #839ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ADD

Black with #839ADD

Text Example


Text Example

White with #839ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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