Html Css Color HEX #838EDA Portage

📋 copy color: '#838EDA'

red 131 ◦ green 142 ◦ blue 218

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

Shades of Portage #838EDA

Tints of Portage #838EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 26.68%
G = 28.92%
B = 44.4%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#838EDA (or 0x838EDA) is known color: Portage. HEX triplet: 83, 8E and DA. RGB value is (131,142,218). Sum of RGB (Red+Green+Blue) = 131+142+218=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #838EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EDA is #7C7125. Grayscale: #939393. Windows color (decimal): -8155430 or 14323331. OLE color: 14323331.

HSL color Cylindrical-coordinate representation of color #838EDA: hue angle of 232.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838EDA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 142 218 -
CMYK 0.40 0.35 0 0.15
HSL 232.41º 0.54% 0.68% -
HSV(B) 232.41º 0.4% 0.85% -
XYZ 31.69 29.23 70.3 -
YUV 147.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 131 142 218 0.40 0.35 0 0.15 232.41 0.54 0.68
Hex 83 8E DA 28 23 0 F E8 36 44
Octal 203 216 332 50 43 0 17 350 66 104
Binary 10000011 10001110 11011010 101000 100011 0 1111 11101000 110110 1000100

Color Harmonies of #838EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EDA

Black with #838EDA

Text Example


Text Example

White with #838EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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