Html Css Color HEX #838EEF Portage

📋 copy color: '#838EEF'

red 131 ◦ green 142 ◦ blue 239

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

Shades of Portage #838EEF

Tints of Portage #838EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.73%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 25.59%
G = 27.73%
B = 46.68%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#838EEF (or 0x838EEF) is known color: Portage. HEX triplet: 83, 8E and EF. RGB value is (131,142,239). Sum of RGB (Red+Green+Blue) = 131+142+239=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #838EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EEF is #7C7110. Grayscale: #959595. Windows color (decimal): -8155409 or 15699587. OLE color: 15699587.

HSL color Cylindrical-coordinate representation of color #838EEF: hue angle of 233.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838EEF is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 142 239 -
CMYK 0.45 0.41 0 0.06
HSL 233.89º 0.77% 0.73% -
HSV(B) 233.89º 0.45% 0.94% -
XYZ 34.61 30.4 85.71 -
YUV 149.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 131 142 239 0.45 0.41 0 0.06 233.89 0.77 0.73
Hex 83 8E EF 2D 29 0 6 EA 4D 49
Octal 203 216 357 55 51 0 6 352 115 111
Binary 10000011 10001110 11101111 101101 101001 0 110 11101010 1001101 1001001

Color Harmonies of #838EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EEF

Black with #838EEF

Text Example


Text Example

White with #838EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838EEF; }

 p { color: rgb(131,142,239); }

 H1.HeaderClassName
 {
   color: #838EEF;
 }
 .AnyTagClassName
 {
   color: #838EEF;
 }
</style>

background-color css

<style>
 a { background-color: #838EEF; }

 a { background-color: rgb(131,142,239); }

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

border-color css

<style>
 span { border-color: #838EEF; }

 span { border-color: rgb(131,142,239); }

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