Html Css Color HEX #838FEF Portage

📋 copy color: '#838FEF'

red 131 ◦ green 143 ◦ blue 239

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

Shades of Portage #838FEF

Tints of Portage #838FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 25.54%
G = 27.88%
B = 46.59%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#838FEF (or 0x838FEF) is known color: Portage. HEX triplet: 83, 8F and EF. RGB value is (131,143,239). Sum of RGB (Red+Green+Blue) = 131+143+239=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #838FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FEF is #7C7010. Grayscale: #959595. Windows color (decimal): -8155153 or 15699843. OLE color: 15699843.

HSL color Cylindrical-coordinate representation of color #838FEF: hue angle of 233.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #838FEF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 143 239 -
CMYK 0.45 0.40 0 0.06
HSL 233.33º 0.77% 0.73% -
HSV(B) 233.33º 0.45% 0.94% -
XYZ 34.76 30.7 85.76 -
YUV 150.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 131 143 239 0.45 0.40 0 0.06 233.33 0.77 0.73
Hex 83 8F EF 2D 28 0 6 E9 4D 49
Octal 203 217 357 55 50 0 6 351 115 111
Binary 10000011 10001111 11101111 101101 101000 0 110 11101001 1001101 1001001

Color Harmonies of #838FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FEF

Black with #838FEF

Text Example


Text Example

White with #838FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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