Html Css Color HEX #839ACD Portage

📋 copy color: '#839ACD'

red 131 ◦ green 154 ◦ blue 205

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

Shades of Portage #839ACD

Tints of Portage #839ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 26.73%
G = 31.43%
B = 41.84%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#839ACD (or 0x839ACD) is known color: Portage. HEX triplet: 83, 9A and CD. RGB value is (131,154,205). Sum of RGB (Red+Green+Blue) = 131+154+205=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #839ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ACD is #7C6532. Grayscale: #989898. Windows color (decimal): -8152371 or 13474435. OLE color: 13474435.

HSL color Cylindrical-coordinate representation of color #839ACD: hue angle of 221.35º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839ACD is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 154 205 -
CMYK 0.36 0.25 0 0.20
HSL 221.35º 0.43% 0.66% -
HSV(B) 221.35º 0.36% 0.8% -
XYZ 31.94 32.34 62.32 -
YUV 152.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 131 154 205 0.36 0.25 0 0.20 221.35 0.43 0.66
Hex 83 9A CD 24 19 0 14 DD 2B 42
Octal 203 232 315 44 31 0 24 335 53 102
Binary 10000011 10011010 11001101 100100 11001 0 10100 11011101 101011 1000010

Color Harmonies of #839ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ACD

Black with #839ACD

Text Example


Text Example

White with #839ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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