Html Css Color HEX #838EEA Portage

📋 copy color: '#838EEA'

red 131 ◦ green 142 ◦ blue 234

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

Shades of Portage #838EEA

Tints of Portage #838EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 25.84%
G = 28.01%
B = 46.15%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#838EEA (or 0x838EEA) is known color: Portage. HEX triplet: 83, 8E and EA. RGB value is (131,142,234). Sum of RGB (Red+Green+Blue) = 131+142+234=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #838EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EEA is #7C7115. Grayscale: #949494. Windows color (decimal): -8155414 or 15371907. OLE color: 15371907.

HSL color Cylindrical-coordinate representation of color #838EEA: hue angle of 233.59º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #838EEA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 142 234 -
CMYK 0.44 0.39 0 0.08
HSL 233.59º 0.71% 0.72% -
HSV(B) 233.59º 0.44% 0.92% -
XYZ 33.88 30.11 81.87 -
YUV 149.2 175.86 115.02 -
System Red Green Blue C M Y K H S L
Decimal 131 142 234 0.44 0.39 0 0.08 233.59 0.71 0.72
Hex 83 8E EA 2C 27 0 8 EA 47 48
Octal 203 216 352 54 47 0 10 352 107 110
Binary 10000011 10001110 11101010 101100 100111 0 1000 11101010 1000111 1001000

Color Harmonies of #838EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EEA

Black with #838EEA

Text Example


Text Example

White with #838EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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