Html Css Color HEX #839CDA Portage

📋 copy color: '#839CDA'

red 131 ◦ green 156 ◦ blue 218

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

Shades of Portage #839CDA

Tints of Portage #839CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 25.94%
G = 30.89%
B = 43.17%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#839CDA (or 0x839CDA) is known color: Portage. HEX triplet: 83, 9C and DA. RGB value is (131,156,218). Sum of RGB (Red+Green+Blue) = 131+156+218=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #839CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CDA is #7C6325. Grayscale: #9B9B9B. Windows color (decimal): -8151846 or 14326915. OLE color: 14326915.

HSL color Cylindrical-coordinate representation of color #839CDA: hue angle of 222.76º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #839CDA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 156 218 -
CMYK 0.40 0.28 0 0.15
HSL 222.76º 0.54% 0.68% -
HSV(B) 222.76º 0.4% 0.85% -
XYZ 33.9 33.66 71.04 -
YUV 155.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 131 156 218 0.40 0.28 0 0.15 222.76 0.54 0.68
Hex 83 9C DA 28 1C 0 F DF 36 44
Octal 203 234 332 50 34 0 17 337 66 104
Binary 10000011 10011100 11011010 101000 11100 0 1111 11011111 110110 1000100

Color Harmonies of #839CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CDA

Black with #839CDA

Text Example


Text Example

White with #839CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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