Html Css Color HEX #838CCC Portage

📋 copy color: '#838CCC'

red 131 ◦ green 140 ◦ blue 204

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

Shades of Portage #838CCC

Tints of Portage #838CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.47%

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

R = 27.58%
G = 29.47%
B = 42.95%

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

#838CCC (or 0x838CCC) is known color: Portage. HEX triplet: 83, 8C and CC. RGB value is (131,140,204). Sum of RGB (Red+Green+Blue) = 131+140+204=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #838CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CCC is #7C7333. Grayscale: #909090. Windows color (decimal): -8155956 or 13405315. OLE color: 13405315.

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

Color convert

RGB 131 140 204 -
CMYK 0.36 0.31 0 0.2
HSL 232.6º 0.42% 0.66% -
HSV(B) 232.6º 0.36% 0.8% -
XYZ 29.64 27.94 60.96 -
YUV 144.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 131 140 204 0.36 0.31 0 0.2 232.6 0.42 0.66
Hex 83 8C CC 24 1F 0 14 E9 2A 42
Octal 203 214 314 44 37 0 24 351 52 102
Binary 10000011 10001100 11001100 100100 11111 0 10100 11101001 101010 1000010

Color Harmonies of #838CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CCC

Black with #838CCC

Text Example


Text Example

White with #838CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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