Html Css Color HEX #838BCC Portage

📋 copy color: '#838BCC'

red 131 ◦ green 139 ◦ blue 204

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

Shades of Portage #838BCC

Tints of Portage #838BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.32%

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

R = 27.64%
G = 29.32%
B = 43.04%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#838BCC (or 0x838BCC) is known color: Portage. HEX triplet: 83, 8B and CC. RGB value is (131,139,204). Sum of RGB (Red+Green+Blue) = 131+139+204=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #838BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BCC is #7C7433. Grayscale: #8F8F8F. Windows color (decimal): -8156212 or 13405059. OLE color: 13405059.

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

Color convert

RGB 131 139 204 -
CMYK 0.36 0.32 0 0.2
HSL 233.42º 0.42% 0.66% -
HSV(B) 233.42º 0.36% 0.8% -
XYZ 29.49 27.65 60.91 -
YUV 144.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 131 139 204 0.36 0.32 0 0.2 233.42 0.42 0.66
Hex 83 8B CC 24 20 0 14 E9 2A 42
Octal 203 213 314 44 40 0 24 351 52 102
Binary 10000011 10001011 11001100 100100 100000 0 10100 11101001 101010 1000010

Color Harmonies of #838BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BCC

Black with #838BCC

Text Example


Text Example

White with #838BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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