Html Css Color HEX #838ED7 Portage

📋 copy color: '#838ED7'

red 131 ◦ green 142 ◦ blue 215

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

Shades of Portage #838ED7

Tints of Portage #838ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 26.84%
G = 29.1%
B = 44.06%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#838ED7 (or 0x838ED7) is known color: Portage. HEX triplet: 83, 8E and D7. RGB value is (131,142,215). Sum of RGB (Red+Green+Blue) = 131+142+215=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #838ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ED7 is #7C7128. Grayscale: #929292. Windows color (decimal): -8155433 or 14126723. OLE color: 14126723.

HSL color Cylindrical-coordinate representation of color #838ED7: hue angle of 232.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #838ED7 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 142 215 -
CMYK 0.39 0.34 0 0.16
HSL 232.14º 0.51% 0.68% -
HSV(B) 232.14º 0.39% 0.84% -
XYZ 31.3 29.08 68.25 -
YUV 147.03 166.36 116.56 -
System Red Green Blue C M Y K H S L
Decimal 131 142 215 0.39 0.34 0 0.16 232.14 0.51 0.68
Hex 83 8E D7 27 22 0 10 E8 33 44
Octal 203 216 327 47 42 0 20 350 63 104
Binary 10000011 10001110 11010111 100111 100010 0 10000 11101000 110011 1000100

Color Harmonies of #838ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ED7

Black with #838ED7

Text Example


Text Example

White with #838ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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