Html Css Color HEX #838DCE Portage

📋 copy color: '#838DCE'

red 131 ◦ green 141 ◦ blue 206

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

Shades of Portage #838DCE

Tints of Portage #838DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 27.41%
G = 29.5%
B = 43.1%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#838DCE (or 0x838DCE) is known color: Portage. HEX triplet: 83, 8D and CE. RGB value is (131,141,206). Sum of RGB (Red+Green+Blue) = 131+141+206=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #838DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DCE is #7C7231. Grayscale: #919191. Windows color (decimal): -8155698 or 13536643. OLE color: 13536643.

HSL color Cylindrical-coordinate representation of color #838DCE: hue angle of 232º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838DCE is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 141 206 -
CMYK 0.36 0.32 0 0.19
HSL 232º 0.43% 0.66% -
HSV(B) 232º 0.36% 0.81% -
XYZ 30.03 28.33 62.28 -
YUV 145.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 131 141 206 0.36 0.32 0 0.19 232 0.43 0.66
Hex 83 8D CE 24 20 0 13 E8 2B 42
Octal 203 215 316 44 40 0 23 350 53 102
Binary 10000011 10001101 11001110 100100 100000 0 10011 11101000 101011 1000010

Color Harmonies of #838DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DCE

Black with #838DCE

Text Example


Text Example

White with #838DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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