Html Css Color HEX #838ECF Portage

📋 copy color: '#838ECF'

red 131 ◦ green 142 ◦ blue 207

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

Shades of Portage #838ECF

Tints of Portage #838ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 27.29%
G = 29.58%
B = 43.13%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#838ECF (or 0x838ECF) is known color: Portage. HEX triplet: 83, 8E and CF. RGB value is (131,142,207). Sum of RGB (Red+Green+Blue) = 131+142+207=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #838ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ECF is #7C7130. Grayscale: #919191. Windows color (decimal): -8155441 or 13602435. OLE color: 13602435.

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

Color convert

RGB 131 142 207 -
CMYK 0.37 0.31 0 0.19
HSL 231.32º 0.44% 0.66% -
HSV(B) 231.32º 0.37% 0.81% -
XYZ 30.3 28.68 62.97 -
YUV 146.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 131 142 207 0.37 0.31 0 0.19 231.32 0.44 0.66
Hex 83 8E CF 25 1F 0 13 E7 2C 42
Octal 203 216 317 45 37 0 23 347 54 102
Binary 10000011 10001110 11001111 100101 11111 0 10011 11100111 101100 1000010

Color Harmonies of #838ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ECF

Black with #838ECF

Text Example


Text Example

White with #838ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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