Html Css Color HEX #838EEC Portage

📋 copy color: '#838EEC'

red 131 ◦ green 142 ◦ blue 236

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

Shades of Portage #838EEC

Tints of Portage #838EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 25.74%
G = 27.9%
B = 46.37%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#838EEC (or 0x838EEC) is known color: Portage. HEX triplet: 83, 8E and EC. RGB value is (131,142,236). Sum of RGB (Red+Green+Blue) = 131+142+236=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #838EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EEC is #7C7113. Grayscale: #959595. Windows color (decimal): -8155412 or 15502979. OLE color: 15502979.

HSL color Cylindrical-coordinate representation of color #838EEC: hue angle of 233.71º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #838EEC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 142 236 -
CMYK 0.44 0.40 0 0.07
HSL 233.71º 0.73% 0.72% -
HSV(B) 233.71º 0.44% 0.93% -
XYZ 34.17 30.23 83.39 -
YUV 149.43 176.86 114.86 -
System Red Green Blue C M Y K H S L
Decimal 131 142 236 0.44 0.40 0 0.07 233.71 0.73 0.72
Hex 83 8E EC 2C 28 0 7 EA 49 48
Octal 203 216 354 54 50 0 7 352 111 110
Binary 10000011 10001110 11101100 101100 101000 0 111 11101010 1001001 1001000

Color Harmonies of #838EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EEC

Black with #838EEC

Text Example


Text Example

White with #838EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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