Html Css Color HEX #839ADE Portage

📋 copy color: '#839ADE'

red 131 ◦ green 154 ◦ blue 222

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

Shades of Portage #839ADE

Tints of Portage #839ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 25.84%
G = 30.37%
B = 43.79%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#839ADE (or 0x839ADE) is known color: Portage. HEX triplet: 83, 9A and DE. RGB value is (131,154,222). Sum of RGB (Red+Green+Blue) = 131+154+222=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #839ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ADE is #7C6521. Grayscale: #9A9A9A. Windows color (decimal): -8152354 or 14588547. OLE color: 14588547.

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

Color convert

RGB 131 154 222 -
CMYK 0.41 0.31 0 0.13
HSL 224.84º 0.58% 0.69% -
HSV(B) 224.84º 0.41% 0.87% -
XYZ 34.1 33.21 73.72 -
YUV 154.88 165.88 110.97 -
System Red Green Blue C M Y K H S L
Decimal 131 154 222 0.41 0.31 0 0.13 224.84 0.58 0.69
Hex 83 9A DE 29 1F 0 D E1 3A 45
Octal 203 232 336 51 37 0 15 341 72 105
Binary 10000011 10011010 11011110 101001 11111 0 1101 11100001 111010 1000101

Color Harmonies of #839ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ADE

Black with #839ADE

Text Example


Text Example

White with #839ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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