Html Css Color HEX #839DEE Portage

📋 copy color: '#839DEE'

red 131 ◦ green 157 ◦ blue 238

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

Shades of Portage #839DEE

Tints of Portage #839DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 24.9%
G = 29.85%
B = 45.25%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#839DEE (or 0x839DEE) is known color: Portage. HEX triplet: 83, 9D and EE. RGB value is (131,157,238). Sum of RGB (Red+Green+Blue) = 131+157+238=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #839DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839DEE is #7C6211. Grayscale: #9E9E9E. Windows color (decimal): -8151570 or 15637891. OLE color: 15637891.

HSL color Cylindrical-coordinate representation of color #839DEE: hue angle of 225.42º degrees, saturation: 0.76, 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 #839DEE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 157 238 -
CMYK 0.45 0.34 0 0.07
HSL 225.42º 0.76% 0.72% -
HSV(B) 225.42º 0.45% 0.93% -
XYZ 36.85 35.11 85.72 -
YUV 158.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 131 157 238 0.45 0.34 0 0.07 225.42 0.76 0.72
Hex 83 9D EE 2D 22 0 7 E1 4C 48
Octal 203 235 356 55 42 0 7 341 114 110
Binary 10000011 10011101 11101110 101101 100010 0 111 11100001 1001100 1001000

Color Harmonies of #839DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DEE

Black with #839DEE

Text Example


Text Example

White with #839DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,157,238); }

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

background-color css

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

 a { background-color: rgb(131,157,238); }

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

border-color css

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

 span { border-color: rgb(131,157,238); }

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