Html Css Color HEX #838ECD Portage

📋 copy color: '#838ECD'

red 131 ◦ green 142 ◦ blue 205

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

Shades of Portage #838ECD

Tints of Portage #838ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 27.41%
G = 29.71%
B = 42.89%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#838ECD (or 0x838ECD) is known color: Portage. HEX triplet: 83, 8E and CD. RGB value is (131,142,205). Sum of RGB (Red+Green+Blue) = 131+142+205=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #838ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ECD is #7C7132. Grayscale: #919191. Windows color (decimal): -8155443 or 13471363. OLE color: 13471363.

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

Color convert

RGB 131 142 205 -
CMYK 0.36 0.31 0 0.20
HSL 231.08º 0.43% 0.66% -
HSV(B) 231.08º 0.36% 0.8% -
XYZ 30.05 28.58 61.69 -
YUV 145.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 131 142 205 0.36 0.31 0 0.20 231.08 0.43 0.66
Hex 83 8E CD 24 1F 0 14 E7 2B 42
Octal 203 216 315 44 37 0 24 347 53 102
Binary 10000011 10001110 11001101 100100 11111 0 10100 11100111 101011 1000010

Color Harmonies of #838ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ECD

Black with #838ECD

Text Example


Text Example

White with #838ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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