Html Css Color HEX #839ADB Portage

📋 copy color: '#839ADB'

red 131 ◦ green 154 ◦ blue 219

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

Shades of Portage #839ADB

Tints of Portage #839ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.56%

 BLUE value IS 219 (85.94% from 255) = 43.45%

R = 25.99%
G = 30.56%
B = 43.45%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#839ADB (or 0x839ADB) is known color: Portage. HEX triplet: 83, 9A and DB. RGB value is (131,154,219). Sum of RGB (Red+Green+Blue) = 131+154+219=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #839ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ADB is #7C6524. Grayscale: #9A9A9A. Windows color (decimal): -8152357 or 14391939. OLE color: 14391939.

HSL color Cylindrical-coordinate representation of color #839ADB: hue angle of 224.32º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #839ADB is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 154 219 -
CMYK 0.40 0.30 0 0.14
HSL 224.32º 0.55% 0.69% -
HSV(B) 224.32º 0.4% 0.86% -
XYZ 33.7 33.05 71.62 -
YUV 154.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 131 154 219 0.40 0.30 0 0.14 224.32 0.55 0.69
Hex 83 9A DB 28 1E 0 E E0 37 45
Octal 203 232 333 50 36 0 16 340 67 105
Binary 10000011 10011010 11011011 101000 11110 0 1110 11100000 110111 1000101

Color Harmonies of #839ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ADB

Black with #839ADB

Text Example


Text Example

White with #839ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,154,219); }

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

background-color css

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

 a { background-color: rgb(131,154,219); }

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

border-color css

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

 span { border-color: rgb(131,154,219); }

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