Html Css Color HEX #839CDC Portage

📋 copy color: '#839CDC'

red 131 ◦ green 156 ◦ blue 220

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

Shades of Portage #839CDC

Tints of Portage #839CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.77%

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

R = 25.84%
G = 30.77%
B = 43.39%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#839CDC (or 0x839CDC) is known color: Portage. HEX triplet: 83, 9C and DC. RGB value is (131,156,220). Sum of RGB (Red+Green+Blue) = 131+156+220=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #839CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CDC is #7C6323. Grayscale: #9B9B9B. Windows color (decimal): -8151844 or 14457987. OLE color: 14457987.

HSL color Cylindrical-coordinate representation of color #839CDC: hue angle of 223.15º 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 #839CDC is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 156 220 -
CMYK 0.40 0.29 0 0.14
HSL 223.15º 0.56% 0.69% -
HSV(B) 223.15º 0.4% 0.86% -
XYZ 34.17 33.77 72.43 -
YUV 155.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 131 156 220 0.40 0.29 0 0.14 223.15 0.56 0.69
Hex 83 9C DC 28 1D 0 E DF 38 45
Octal 203 234 334 50 35 0 16 337 70 105
Binary 10000011 10011100 11011100 101000 11101 0 1110 11011111 111000 1000101

Color Harmonies of #839CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CDC

Black with #839CDC

Text Example


Text Example

White with #839CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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