Html Css Color HEX #838DEB Portage

📋 copy color: '#838DEB'

red 131 ◦ green 141 ◦ blue 235

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

Shades of Portage #838DEB

Tints of Portage #838DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.81%

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

R = 25.84%
G = 27.81%
B = 46.35%

CMYK

 C value IS 0.44

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#838DEB (or 0x838DEB) is known color: Portage. HEX triplet: 83, 8D and EB. RGB value is (131,141,235). Sum of RGB (Red+Green+Blue) = 131+141+235=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #838DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DEB is #7C7214. Grayscale: #949494. Windows color (decimal): -8155669 or 15437187. OLE color: 15437187.

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

Color convert

RGB 131 141 235 -
CMYK 0.44 0.4 0 0.08
HSL 234.23º 0.72% 0.72% -
HSV(B) 234.23º 0.44% 0.92% -
XYZ 33.88 29.87 82.58 -
YUV 148.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 131 141 235 0.44 0.4 0 0.08 234.23 0.72 0.72
Hex 83 8D EB 2C 28 0 8 EA 48 48
Octal 203 215 353 54 50 0 10 352 110 110
Binary 10000011 10001101 11101011 101100 101000 0 1000 11101010 1001000 1001000

Color Harmonies of #838DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DEB

Black with #838DEB

Text Example


Text Example

White with #838DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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