Html Css Color HEX #838CEC Portage

📋 copy color: '#838CEC'

red 131 ◦ green 140 ◦ blue 236

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

Shades of Portage #838CEC

Tints of Portage #838CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 25.84%
G = 27.61%
B = 46.55%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#838CEC (or 0x838CEC) is known color: Portage. HEX triplet: 83, 8C and EC. RGB value is (131,140,236). Sum of RGB (Red+Green+Blue) = 131+140+236=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #838CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838CEC is #7C7313. Grayscale: #939393. Windows color (decimal): -8155924 or 15502467. OLE color: 15502467.

HSL color Cylindrical-coordinate representation of color #838CEC: hue angle of 234.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #838CEC is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 140 236 -
CMYK 0.44 0.41 0 0.07
HSL 234.86º 0.73% 0.72% -
HSV(B) 234.86º 0.44% 0.93% -
XYZ 33.88 29.64 83.29 -
YUV 148.25 177.52 115.69 -
System Red Green Blue C M Y K H S L
Decimal 131 140 236 0.44 0.41 0 0.07 234.86 0.73 0.72
Hex 83 8C EC 2C 29 0 7 EB 49 48
Octal 203 214 354 54 51 0 7 353 111 110
Binary 10000011 10001100 11101100 101100 101001 0 111 11101011 1001001 1001000

Color Harmonies of #838CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CEC

Black with #838CEC

Text Example


Text Example

White with #838CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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