Html Css Color HEX #838CEB Portage

📋 copy color: '#838CEB'

red 131 ◦ green 140 ◦ blue 235

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

Shades of Portage #838CEB

Tints of Portage #838CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

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

R = 25.89%
G = 27.67%
B = 46.44%

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

#838CEB (or 0x838CEB) is known color: Portage. HEX triplet: 83, 8C and EB. RGB value is (131,140,235). Sum of RGB (Red+Green+Blue) = 131+140+235=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #838CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838CEB is #7C7314. Grayscale: #939393. Windows color (decimal): -8155925 or 15436931. OLE color: 15436931.

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

Color convert

RGB 131 140 235 -
CMYK 0.44 0.40 0 0.08
HSL 234.81º 0.72% 0.72% -
HSV(B) 234.81º 0.44% 0.92% -
XYZ 33.73 29.58 82.53 -
YUV 148.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 131 140 235 0.44 0.40 0 0.08 234.81 0.72 0.72
Hex 83 8C EB 2C 28 0 8 EB 48 48
Octal 203 214 353 54 50 0 10 353 110 110
Binary 10000011 10001100 11101011 101100 101000 0 1000 11101011 1001000 1001000

Color Harmonies of #838CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CEB

Black with #838CEB

Text Example


Text Example

White with #838CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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