Html Css Color HEX #838FCD Portage

📋 copy color: '#838FCD'

red 131 ◦ green 143 ◦ blue 205

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

Shades of Portage #838FCD

Tints of Portage #838FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 27.35%
G = 29.85%
B = 42.8%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#838FCD (or 0x838FCD) is known color: Portage. HEX triplet: 83, 8F and CD. RGB value is (131,143,205). Sum of RGB (Red+Green+Blue) = 131+143+205=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #838FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FCD is #7C7032. Grayscale: #929292. Windows color (decimal): -8155187 or 13471619. OLE color: 13471619.

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

Color convert

RGB 131 143 205 -
CMYK 0.36 0.30 0 0.20
HSL 230.27º 0.43% 0.66% -
HSV(B) 230.27º 0.36% 0.8% -
XYZ 30.2 28.88 61.74 -
YUV 146.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 131 143 205 0.36 0.30 0 0.20 230.27 0.43 0.66
Hex 83 8F CD 24 1E 0 14 E6 2B 42
Octal 203 217 315 44 36 0 24 346 53 102
Binary 10000011 10001111 11001101 100100 11110 0 10100 11100110 101011 1000010

Color Harmonies of #838FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FCD

Black with #838FCD

Text Example


Text Example

White with #838FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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