Html Css Color HEX #839ACE Portage

📋 copy color: '#839ACE'

red 131 ◦ green 154 ◦ blue 206

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

Shades of Portage #839ACE

Tints of Portage #839ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 26.68%
G = 31.36%
B = 41.96%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#839ACE (or 0x839ACE) is known color: Portage. HEX triplet: 83, 9A and CE. RGB value is (131,154,206). Sum of RGB (Red+Green+Blue) = 131+154+206=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #839ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ACE is #7C6531. Grayscale: #989898. Windows color (decimal): -8152370 or 13539971. OLE color: 13539971.

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

Color convert

RGB 131 154 206 -
CMYK 0.36 0.25 0 0.19
HSL 221.6º 0.43% 0.66% -
HSV(B) 221.6º 0.36% 0.81% -
XYZ 32.06 32.39 62.96 -
YUV 153.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 131 154 206 0.36 0.25 0 0.19 221.6 0.43 0.66
Hex 83 9A CE 24 19 0 13 DE 2B 42
Octal 203 232 316 44 31 0 23 336 53 102
Binary 10000011 10011010 11001110 100100 11001 0 10011 11011110 101011 1000010

Color Harmonies of #839ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ACE

Black with #839ACE

Text Example


Text Example

White with #839ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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