Html Css Color HEX #838EE3 Portage

📋 copy color: '#838EE3'

red 131 ◦ green 142 ◦ blue 227

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

Shades of Portage #838EE3

Tints of Portage #838EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.4%

R = 26.2%
G = 28.4%
B = 45.4%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#838EE3 (or 0x838EE3) is known color: Portage. HEX triplet: 83, 8E and E3. RGB value is (131,142,227). Sum of RGB (Red+Green+Blue) = 131+142+227=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 227 - color contains mainly: blue. Hex color #838EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EE3 is #7C711C. Grayscale: #949494. Windows color (decimal): -8155421 or 14913155. OLE color: 14913155.

HSL color Cylindrical-coordinate representation of color #838EE3: hue angle of 233.12º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #838EE3 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 131 142 227 -
CMYK 0.42 0.37 0 0.11
HSL 233.13º 0.63% 0.7% -
HSV(B) 233.13º 0.42% 0.89% -
XYZ 32.9 29.72 76.68 -
YUV 148.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 131 142 227 0.42 0.37 0 0.11 233.13 0.63 0.7
Hex 83 8E E3 2A 25 0 B E9 3F 46
Octal 203 216 343 52 45 0 13 351 77 106
Binary 10000011 10001110 11100011 101010 100101 0 1011 11101001 111111 1000110

Color Harmonies of #838EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EE3

Black with #838EE3

Text Example


Text Example

White with #838EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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