Html Css Color HEX #839FD7 Portage

📋 copy color: '#839FD7'

red 131 ◦ green 159 ◦ blue 215

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

Shades of Portage #839FD7

Tints of Portage #839FD7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.49%

 BLUE value IS 215 (84.38% from 255) = 42.57%

R = 25.94%
G = 31.49%
B = 42.57%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#839FD7 (or 0x839FD7) is known color: Portage. HEX triplet: 83, 9F and D7. RGB value is (131,159,215). Sum of RGB (Red+Green+Blue) = 131+159+215=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #839FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FD7 is #7C6028. Grayscale: #9C9C9C. Windows color (decimal): -8151081 or 14131075. OLE color: 14131075.

HSL color Cylindrical-coordinate representation of color #839FD7: hue angle of 220º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #839FD7 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 159 215 -
CMYK 0.39 0.26 0 0.16
HSL 220º 0.51% 0.68% -
HSV(B) 220º 0.39% 0.84% -
XYZ 34.02 34.53 69.16 -
YUV 157.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 131 159 215 0.39 0.26 0 0.16 220 0.51 0.68
Hex 83 9F D7 27 1A 0 10 DC 33 44
Octal 203 237 327 47 32 0 20 334 63 104
Binary 10000011 10011111 11010111 100111 11010 0 10000 11011100 110011 1000100

Color Harmonies of #839FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FD7

Black with #839FD7

Text Example


Text Example

White with #839FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,159,215); }

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

background-color css

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

 a { background-color: rgb(131,159,215); }

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

border-color css

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

 span { border-color: rgb(131,159,215); }

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