Html Css Color HEX #839DDD Portage

📋 copy color: '#839DDD'

red 131 ◦ green 157 ◦ blue 221

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

Shades of Portage #839DDD

Tints of Portage #839DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.84%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 25.74%
G = 30.84%
B = 43.42%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#839DDD (or 0x839DDD) is known color: Portage. HEX triplet: 83, 9D and DD. RGB value is (131,157,221). Sum of RGB (Red+Green+Blue) = 131+157+221=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #839DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DDD is #7C6222. Grayscale: #9C9C9C. Windows color (decimal): -8151587 or 14523779. OLE color: 14523779.

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

Color convert

RGB 131 157 221 -
CMYK 0.41 0.29 0 0.13
HSL 222.67º 0.57% 0.69% -
HSV(B) 222.67º 0.41% 0.87% -
XYZ 34.47 34.16 73.18 -
YUV 156.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 131 157 221 0.41 0.29 0 0.13 222.67 0.57 0.69
Hex 83 9D DD 29 1D 0 D DF 39 45
Octal 203 235 335 51 35 0 15 337 71 105
Binary 10000011 10011101 11011101 101001 11101 0 1101 11011111 111001 1000101

Color Harmonies of #839DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DDD

Black with #839DDD

Text Example


Text Example

White with #839DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,157,221); }

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

background-color css

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

 a { background-color: rgb(131,157,221); }

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

border-color css

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

 span { border-color: rgb(131,157,221); }

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