Html Css Color HEX #838FCC Portage

📋 copy color: '#838FCC'

red 131 ◦ green 143 ◦ blue 204

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

Shades of Portage #838FCC

Tints of Portage #838FCC

RGB

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

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

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

R = 27.41%
G = 29.92%
B = 42.68%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#838FCC (or 0x838FCC) is known color: Portage. HEX triplet: 83, 8F and CC. RGB value is (131,143,204). Sum of RGB (Red+Green+Blue) = 131+143+204=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #838FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FCC is #7C7033. Grayscale: #929292. Windows color (decimal): -8155188 or 13406083. OLE color: 13406083.

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

Color convert

RGB 131 143 204 -
CMYK 0.36 0.30 0 0.2
HSL 230.14º 0.42% 0.66% -
HSV(B) 230.14º 0.36% 0.8% -
XYZ 30.08 28.83 61.11 -
YUV 146.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 131 143 204 0.36 0.30 0 0.2 230.14 0.42 0.66
Hex 83 8F CC 24 1E 0 14 E6 2A 42
Octal 203 217 314 44 36 0 24 346 52 102
Binary 10000011 10001111 11001100 100100 11110 0 10100 11100110 101010 1000010

Color Harmonies of #838FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FCC

Black with #838FCC

Text Example


Text Example

White with #838FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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