Html Css Color HEX #839EED Portage

📋 copy color: '#839EED'

red 131 ◦ green 158 ◦ blue 237

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

Shades of Portage #839EED

Tints of Portage #839EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 24.9%
G = 30.04%
B = 45.06%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#839EED (or 0x839EED) is known color: Portage. HEX triplet: 83, 9E and ED. RGB value is (131,158,237). Sum of RGB (Red+Green+Blue) = 131+158+237=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #839EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839EED is #7C6112. Grayscale: #9E9E9E. Windows color (decimal): -8151315 or 15572611. OLE color: 15572611.

HSL color Cylindrical-coordinate representation of color #839EED: hue angle of 224.72º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #839EED is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 158 237 -
CMYK 0.45 0.33 0 0.07
HSL 224.72º 0.75% 0.72% -
HSV(B) 224.72º 0.45% 0.93% -
XYZ 36.87 35.39 85.01 -
YUV 158.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 131 158 237 0.45 0.33 0 0.07 224.72 0.75 0.72
Hex 83 9E ED 2D 21 0 7 E1 4B 48
Octal 203 236 355 55 41 0 7 341 113 110
Binary 10000011 10011110 11101101 101101 100001 0 111 11100001 1001011 1001000

Color Harmonies of #839EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EED

Black with #839EED

Text Example


Text Example

White with #839EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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