Html Css Color HEX #839CDE Portage

📋 copy color: '#839CDE'

red 131 ◦ green 156 ◦ blue 222

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

Shades of Portage #839CDE

Tints of Portage #839CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 25.74%
G = 30.65%
B = 43.61%

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

#839CDE (or 0x839CDE) is known color: Portage. HEX triplet: 83, 9C and DE. RGB value is (131,156,222). Sum of RGB (Red+Green+Blue) = 131+156+222=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #839CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CDE is #7C6321. Grayscale: #9B9B9B. Windows color (decimal): -8151842 or 14589059. OLE color: 14589059.

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

Color convert

RGB 131 156 222 -
CMYK 0.41 0.30 0 0.13
HSL 223.52º 0.58% 0.69% -
HSV(B) 223.52º 0.41% 0.87% -
XYZ 34.43 33.88 73.83 -
YUV 156.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 131 156 222 0.41 0.30 0 0.13 223.52 0.58 0.69
Hex 83 9C DE 29 1E 0 D E0 3A 45
Octal 203 234 336 51 36 0 15 340 72 105
Binary 10000011 10011100 11011110 101001 11110 0 1101 11100000 111010 1000101

Color Harmonies of #839CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CDE

Black with #839CDE

Text Example


Text Example

White with #839CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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