Html Css Color HEX #838EEB Portage

📋 copy color: '#838EEB'

red 131 ◦ green 142 ◦ blue 235

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

Shades of Portage #838EEB

Tints of Portage #838EEB

RGB

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

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

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

R = 25.79%
G = 27.95%
B = 46.26%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#838EEB (or 0x838EEB) is known color: Portage. HEX triplet: 83, 8E and EB. RGB value is (131,142,235). Sum of RGB (Red+Green+Blue) = 131+142+235=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #838EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EEB is #7C7114. Grayscale: #949494. Windows color (decimal): -8155413 or 15437443. OLE color: 15437443.

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

Color convert

RGB 131 142 235 -
CMYK 0.44 0.40 0 0.08
HSL 233.65º 0.72% 0.72% -
HSV(B) 233.65º 0.44% 0.92% -
XYZ 34.03 30.17 82.63 -
YUV 149.31 176.36 114.94 -
System Red Green Blue C M Y K H S L
Decimal 131 142 235 0.44 0.40 0 0.08 233.65 0.72 0.72
Hex 83 8E EB 2C 28 0 8 EA 48 48
Octal 203 216 353 54 50 0 10 352 110 110
Binary 10000011 10001110 11101011 101100 101000 0 1000 11101010 1001000 1001000

Color Harmonies of #838EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EEB

Black with #838EEB

Text Example


Text Example

White with #838EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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