Html Css Color HEX #848ACB Portage

📋 copy color: '#848ACB'

red 132 ◦ green 138 ◦ blue 203

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

Shades of Portage #848ACB

Tints of Portage #848ACB

RGB

 RED value IS 132 (51.95% from 255) = 27.91%

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 27.91%
G = 29.18%
B = 42.92%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#848ACB (or 0x848ACB) is known color: Portage. HEX triplet: 84, 8A and CB. RGB value is (132,138,203). Sum of RGB (Red+Green+Blue) = 132+138+203=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #848ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ACB is #7B7534. Grayscale: #8F8F8F. Windows color (decimal): -8090933 or 13339268. OLE color: 13339268.

HSL color Cylindrical-coordinate representation of color #848ACB: hue angle of 234.93º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848ACB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 138 203 -
CMYK 0.35 0.32 0 0.20
HSL 234.93º 0.41% 0.66% -
HSV(B) 234.93º 0.35% 0.8% -
XYZ 29.38 27.39 60.24 -
YUV 143.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 132 138 203 0.35 0.32 0 0.20 234.93 0.41 0.66
Hex 84 8A CB 23 20 0 14 EB 29 42
Octal 204 212 313 43 40 0 24 353 51 102
Binary 10000100 10001010 11001011 100011 100000 0 10100 11101011 101001 1000010

Color Harmonies of #848ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ACB

Black with #848ACB

Text Example


Text Example

White with #848ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848ACB; }

 p { color: rgb(132,138,203); }

 H1.HeaderClassName
 {
   color: #848ACB;
 }
 .AnyTagClassName
 {
   color: #848ACB;
 }
</style>

background-color css

<style>
 a { background-color: #848ACB; }

 a { background-color: rgb(132,138,203); }

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

border-color css

<style>
 span { border-color: #848ACB; }

 span { border-color: rgb(132,138,203); }

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