Html Css Color HEX #839FDF Portage

📋 copy color: '#839FDF'

red 131 ◦ green 159 ◦ blue 223

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

Shades of Portage #839FDF

Tints of Portage #839FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 25.54%
G = 30.99%
B = 43.47%

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

#839FDF (or 0x839FDF) is known color: Portage. HEX triplet: 83, 9F and DF. RGB value is (131,159,223). Sum of RGB (Red+Green+Blue) = 131+159+223=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #839FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FDF is #7C6020. Grayscale: #9D9D9D. Windows color (decimal): -8151073 or 14655363. OLE color: 14655363.

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

Color convert

RGB 131 159 223 -
CMYK 0.41 0.29 0 0.13
HSL 221.74º 0.59% 0.69% -
HSV(B) 221.74º 0.41% 0.87% -
XYZ 35.08 34.95 74.71 -
YUV 157.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 131 159 223 0.41 0.29 0 0.13 221.74 0.59 0.69
Hex 83 9F DF 29 1D 0 D DE 3B 45
Octal 203 237 337 51 35 0 15 336 73 105
Binary 10000011 10011111 11011111 101001 11101 0 1101 11011110 111011 1000101

Color Harmonies of #839FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FDF

Black with #839FDF

Text Example


Text Example

White with #839FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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