Html Css Color HEX #838ECE Portage

📋 copy color: '#838ECE'

red 131 ◦ green 142 ◦ blue 206

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

Shades of Portage #838ECE

Tints of Portage #838ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 27.35%
G = 29.65%
B = 43.01%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#838ECE (or 0x838ECE) is known color: Portage. HEX triplet: 83, 8E and CE. RGB value is (131,142,206). Sum of RGB (Red+Green+Blue) = 131+142+206=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #838ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ECE is #7C7131. Grayscale: #919191. Windows color (decimal): -8155442 or 13536899. OLE color: 13536899.

HSL color Cylindrical-coordinate representation of color #838ECE: hue angle of 231.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838ECE is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 142 206 -
CMYK 0.36 0.31 0 0.19
HSL 231.2º 0.43% 0.66% -
HSV(B) 231.2º 0.36% 0.81% -
XYZ 30.17 28.63 62.33 -
YUV 146.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 131 142 206 0.36 0.31 0 0.19 231.2 0.43 0.66
Hex 83 8E CE 24 1F 0 13 E7 2B 42
Octal 203 216 316 44 37 0 23 347 53 102
Binary 10000011 10001110 11001110 100100 11111 0 10011 11100111 101011 1000010

Color Harmonies of #838ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ECE

Black with #838ECE

Text Example


Text Example

White with #838ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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