Html Css Color HEX #838ACC Portage

📋 copy color: '#838ACC'

red 131 ◦ green 138 ◦ blue 204

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

Shades of Portage #838ACC

Tints of Portage #838ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.18%

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

R = 27.7%
G = 29.18%
B = 43.13%

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

#838ACC (or 0x838ACC) is known color: Portage. HEX triplet: 83, 8A and CC. RGB value is (131,138,204). Sum of RGB (Red+Green+Blue) = 131+138+204=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #838ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ACC is #7C7533. Grayscale: #8F8F8F. Windows color (decimal): -8156468 or 13404803. OLE color: 13404803.

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

Color convert

RGB 131 138 204 -
CMYK 0.36 0.32 0 0.2
HSL 234.25º 0.42% 0.66% -
HSV(B) 234.25º 0.36% 0.8% -
XYZ 29.35 27.36 60.86 -
YUV 143.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 131 138 204 0.36 0.32 0 0.2 234.25 0.42 0.66
Hex 83 8A CC 24 20 0 14 EA 2A 42
Octal 203 212 314 44 40 0 24 352 52 102
Binary 10000011 10001010 11001100 100100 100000 0 10100 11101010 101010 1000010

Color Harmonies of #838ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ACC

Black with #838ACC

Text Example


Text Example

White with #838ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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