Html Css Color HEX #838AE0 Portage

📋 copy color: '#838AE0'

red 131 ◦ green 138 ◦ blue 224

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

Shades of Portage #838AE0

Tints of Portage #838AE0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.99%

 BLUE value IS 224 (87.89% from 255) = 45.44%

R = 26.57%
G = 27.99%
B = 45.44%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#838AE0 (or 0x838AE0) is known color: Portage. HEX triplet: 83, 8A and E0. RGB value is (131,138,224). Sum of RGB (Red+Green+Blue) = 131+138+224=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #838AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838AE0 is #7C751F. Grayscale: #919191. Windows color (decimal): -8156448 or 14715523. OLE color: 14715523.

HSL color Cylindrical-coordinate representation of color #838AE0: hue angle of 235.48º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #838AE0 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 138 224 -
CMYK 0.42 0.38 0 0.12
HSL 235.48º 0.6% 0.7% -
HSV(B) 235.48º 0.42% 0.88% -
XYZ 31.9 28.38 74.32 -
YUV 145.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 131 138 224 0.42 0.38 0 0.12 235.48 0.6 0.7
Hex 83 8A E0 2A 26 0 C EB 3C 46
Octal 203 212 340 52 46 0 14 353 74 106
Binary 10000011 10001010 11100000 101010 100110 0 1100 11101011 111100 1000110

Color Harmonies of #838AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AE0

Black with #838AE0

Text Example


Text Example

White with #838AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,138,224); }

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

background-color css

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

 a { background-color: rgb(131,138,224); }

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

border-color css

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

 span { border-color: rgb(131,138,224); }

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