Html Css Color HEX #838EDD Portage

📋 copy color: '#838EDD'

red 131 ◦ green 142 ◦ blue 221

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

Shades of Portage #838EDD

Tints of Portage #838EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 26.52%
G = 28.74%
B = 44.74%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#838EDD (or 0x838EDD) is known color: Portage. HEX triplet: 83, 8E and DD. RGB value is (131,142,221). Sum of RGB (Red+Green+Blue) = 131+142+221=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #838EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EDD is #7C7122. Grayscale: #939393. Windows color (decimal): -8155427 or 14519939. OLE color: 14519939.

HSL color Cylindrical-coordinate representation of color #838EDD: hue angle of 232.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #838EDD is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 142 221 -
CMYK 0.41 0.36 0 0.13
HSL 232.67º 0.57% 0.69% -
HSV(B) 232.67º 0.41% 0.87% -
XYZ 32.08 29.39 72.39 -
YUV 147.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 131 142 221 0.41 0.36 0 0.13 232.67 0.57 0.69
Hex 83 8E DD 29 24 0 D E9 39 45
Octal 203 216 335 51 44 0 15 351 71 105
Binary 10000011 10001110 11011101 101001 100100 0 1101 11101001 111001 1000101

Color Harmonies of #838EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EDD

Black with #838EDD

Text Example


Text Example

White with #838EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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