Html Css Color HEX #838DCC Portage

📋 copy color: '#838DCC'

red 131 ◦ green 141 ◦ blue 204

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

Shades of Portage #838DCC

Tints of Portage #838DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 27.52%
G = 29.62%
B = 42.86%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#838DCC (or 0x838DCC) is known color: Portage. HEX triplet: 83, 8D and CC. RGB value is (131,141,204). Sum of RGB (Red+Green+Blue) = 131+141+204=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #838DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DCC is #7C7233. Grayscale: #909090. Windows color (decimal): -8155700 or 13405571. OLE color: 13405571.

HSL color Cylindrical-coordinate representation of color #838DCC: hue angle of 231.78º degrees, saturation: 0.42, 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 #838DCC is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 141 204 -
CMYK 0.36 0.31 0 0.2
HSL 231.78º 0.42% 0.66% -
HSV(B) 231.78º 0.36% 0.8% -
XYZ 29.78 28.23 61.01 -
YUV 145.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 131 141 204 0.36 0.31 0 0.2 231.78 0.42 0.66
Hex 83 8D CC 24 1F 0 14 E8 2A 42
Octal 203 215 314 44 37 0 24 350 52 102
Binary 10000011 10001101 11001100 100100 11111 0 10100 11101000 101010 1000010

Color Harmonies of #838DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DCC

Black with #838DCC

Text Example


Text Example

White with #838DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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