Html Css Color HEX #838FD0 Portage

📋 copy color: '#838FD0'

red 131 ◦ green 143 ◦ blue 208

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

Shades of Portage #838FD0

Tints of Portage #838FD0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 27.18%
G = 29.67%
B = 43.15%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#838FD0 (or 0x838FD0) is known color: Portage. HEX triplet: 83, 8F and D0. RGB value is (131,143,208). Sum of RGB (Red+Green+Blue) = 131+143+208=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #838FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FD0 is #7C702F. Grayscale: #929292. Windows color (decimal): -8155184 or 13668227. OLE color: 13668227.

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

Color convert

RGB 131 143 208 -
CMYK 0.37 0.31 0 0.18
HSL 230.65º 0.45% 0.66% -
HSV(B) 230.65º 0.37% 0.82% -
XYZ 30.57 29.02 63.67 -
YUV 146.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 131 143 208 0.37 0.31 0 0.18 230.65 0.45 0.66
Hex 83 8F D0 25 1F 0 12 E7 2D 42
Octal 203 217 320 45 37 0 22 347 55 102
Binary 10000011 10001111 11010000 100101 11111 0 10010 11100111 101101 1000010

Color Harmonies of #838FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FD0

Black with #838FD0

Text Example


Text Example

White with #838FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,143,208); }

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

background-color css

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

 a { background-color: rgb(131,143,208); }

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

border-color css

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

 span { border-color: rgb(131,143,208); }

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