Html Css Color HEX #838FEB Portage

📋 copy color: '#838FEB'

red 131 ◦ green 143 ◦ blue 235

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

Shades of Portage #838FEB

Tints of Portage #838FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 25.74%
G = 28.09%
B = 46.17%

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

#838FEB (or 0x838FEB) is known color: Portage. HEX triplet: 83, 8F and EB. RGB value is (131,143,235). Sum of RGB (Red+Green+Blue) = 131+143+235=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #838FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838FEB is #7C7014. Grayscale: #959595. Windows color (decimal): -8155157 or 15437699. OLE color: 15437699.

HSL color Cylindrical-coordinate representation of color #838FEB: hue angle of 233.08º degrees, saturation: 0.72, 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 #838FEB is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 143 235 -
CMYK 0.44 0.39 0 0.08
HSL 233.08º 0.72% 0.72% -
HSV(B) 233.08º 0.44% 0.92% -
XYZ 34.18 30.47 82.68 -
YUV 149.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 131 143 235 0.44 0.39 0 0.08 233.08 0.72 0.72
Hex 83 8F EB 2C 27 0 8 E9 48 48
Octal 203 217 353 54 47 0 10 351 110 110
Binary 10000011 10001111 11101011 101100 100111 0 1000 11101001 1001000 1001000

Color Harmonies of #838FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FEB

Black with #838FEB

Text Example


Text Example

White with #838FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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