Html Css Color HEX #838EDC Portage

📋 copy color: '#838EDC'

red 131 ◦ green 142 ◦ blue 220

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

Shades of Portage #838EDC

Tints of Portage #838EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 26.57%
G = 28.8%
B = 44.62%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#838EDC (or 0x838EDC) is known color: Portage. HEX triplet: 83, 8E and DC. RGB value is (131,142,220). Sum of RGB (Red+Green+Blue) = 131+142+220=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #838EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EDC is #7C7123. Grayscale: #939393. Windows color (decimal): -8155428 or 14454403. OLE color: 14454403.

HSL color Cylindrical-coordinate representation of color #838EDC: hue angle of 232.58º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838EDC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 142 220 -
CMYK 0.40 0.35 0 0.14
HSL 232.58º 0.56% 0.69% -
HSV(B) 232.58º 0.4% 0.86% -
XYZ 31.95 29.34 71.69 -
YUV 147.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 131 142 220 0.40 0.35 0 0.14 232.58 0.56 0.69
Hex 83 8E DC 28 23 0 E E9 38 45
Octal 203 216 334 50 43 0 16 351 70 105
Binary 10000011 10001110 11011100 101000 100011 0 1110 11101001 111000 1000101

Color Harmonies of #838EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EDC

Black with #838EDC

Text Example


Text Example

White with #838EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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