Html Css Color HEX #838FEC Portage

📋 copy color: '#838FEC'

red 131 ◦ green 143 ◦ blue 236

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

Shades of Portage #838FEC

Tints of Portage #838FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.04%

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 25.69%
G = 28.04%
B = 46.27%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#838FEC (or 0x838FEC) is known color: Portage. HEX triplet: 83, 8F and EC. RGB value is (131,143,236). Sum of RGB (Red+Green+Blue) = 131+143+236=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #838FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FEC is #7C7013. Grayscale: #959595. Windows color (decimal): -8155156 or 15503235. OLE color: 15503235.

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

Color convert

RGB 131 143 236 -
CMYK 0.44 0.39 0 0.07
HSL 233.14º 0.73% 0.72% -
HSV(B) 233.14º 0.44% 0.93% -
XYZ 34.32 30.53 83.44 -
YUV 150.01 176.52 114.44 -
System Red Green Blue C M Y K H S L
Decimal 131 143 236 0.44 0.39 0 0.07 233.14 0.73 0.72
Hex 83 8F EC 2C 27 0 7 E9 49 48
Octal 203 217 354 54 47 0 7 351 111 110
Binary 10000011 10001111 11101100 101100 100111 0 111 11101001 1001001 1001000

Color Harmonies of #838FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FEC

Black with #838FEC

Text Example


Text Example

White with #838FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,143,236); }

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

background-color css

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

 a { background-color: rgb(131,143,236); }

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

border-color css

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

 span { border-color: rgb(131,143,236); }

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