Html Css Color HEX #839CDF Portage

📋 copy color: '#839CDF'

red 131 ◦ green 156 ◦ blue 223

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

Shades of Portage #839CDF

Tints of Portage #839CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 25.69%
G = 30.59%
B = 43.73%

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

#839CDF (or 0x839CDF) is known color: Portage. HEX triplet: 83, 9C and DF. RGB value is (131,156,223). Sum of RGB (Red+Green+Blue) = 131+156+223=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #839CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CDF is #7C6320. Grayscale: #9B9B9B. Windows color (decimal): -8151841 or 14654595. OLE color: 14654595.

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

Color convert

RGB 131 156 223 -
CMYK 0.41 0.30 0 0.13
HSL 223.7º 0.59% 0.69% -
HSV(B) 223.7º 0.41% 0.87% -
XYZ 34.57 33.93 74.54 -
YUV 156.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 131 156 223 0.41 0.30 0 0.13 223.7 0.59 0.69
Hex 83 9C DF 29 1E 0 D E0 3B 45
Octal 203 234 337 51 36 0 15 340 73 105
Binary 10000011 10011100 11011111 101001 11110 0 1101 11100000 111011 1000101

Color Harmonies of #839CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CDF

Black with #839CDF

Text Example


Text Example

White with #839CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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