Html Css Color HEX #839EEB Portage

📋 copy color: '#839EEB'

red 131 ◦ green 158 ◦ blue 235

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

Shades of Portage #839EEB

Tints of Portage #839EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.15%

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 25%
G = 30.15%
B = 44.85%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#839EEB (or 0x839EEB) is known color: Portage. HEX triplet: 83, 9E and EB. RGB value is (131,158,235). Sum of RGB (Red+Green+Blue) = 131+158+235=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #839EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839EEB is #7C6114. Grayscale: #9E9E9E. Windows color (decimal): -8151317 or 15441539. OLE color: 15441539.

HSL color Cylindrical-coordinate representation of color #839EEB: hue angle of 224.42º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #839EEB is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 158 235 -
CMYK 0.44 0.33 0 0.08
HSL 224.42º 0.72% 0.72% -
HSV(B) 224.42º 0.44% 0.92% -
XYZ 36.58 35.28 83.48 -
YUV 158.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 131 158 235 0.44 0.33 0 0.08 224.42 0.72 0.72
Hex 83 9E EB 2C 21 0 8 E0 48 48
Octal 203 236 353 54 41 0 10 340 110 110
Binary 10000011 10011110 11101011 101100 100001 0 1000 11100000 1001000 1001000

Color Harmonies of #839EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EEB

Black with #839EEB

Text Example


Text Example

White with #839EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,158,235); }

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

background-color css

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

 a { background-color: rgb(131,158,235); }

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

border-color css

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

 span { border-color: rgb(131,158,235); }

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