Html Css Color HEX #839CDB Portage

📋 copy color: '#839CDB'

red 131 ◦ green 156 ◦ blue 219

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

Shades of Portage #839CDB

Tints of Portage #839CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 25.89%
G = 30.83%
B = 43.28%

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

#839CDB (or 0x839CDB) is known color: Portage. HEX triplet: 83, 9C and DB. RGB value is (131,156,219). Sum of RGB (Red+Green+Blue) = 131+156+219=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #839CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CDB is #7C6324. Grayscale: #9B9B9B. Windows color (decimal): -8151845 or 14392451. OLE color: 14392451.

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

Color convert

RGB 131 156 219 -
CMYK 0.40 0.29 0 0.14
HSL 222.95º 0.55% 0.69% -
HSV(B) 222.95º 0.4% 0.86% -
XYZ 34.03 33.72 71.73 -
YUV 155.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 131 156 219 0.40 0.29 0 0.14 222.95 0.55 0.69
Hex 83 9C DB 28 1D 0 E DF 37 45
Octal 203 234 333 50 35 0 16 337 67 105
Binary 10000011 10011100 11011011 101000 11101 0 1110 11011111 110111 1000101

Color Harmonies of #839CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CDB

Black with #839CDB

Text Example


Text Example

White with #839CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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