Html Css Color HEX #848ACD Portage

📋 copy color: '#848ACD'

red 132 ◦ green 138 ◦ blue 205

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

Shades of Portage #848ACD

Tints of Portage #848ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 27.79%
G = 29.05%
B = 43.16%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#848ACD (or 0x848ACD) is known color: Portage. HEX triplet: 84, 8A and CD. RGB value is (132,138,205). Sum of RGB (Red+Green+Blue) = 132+138+205=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #848ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ACD is #7B7532. Grayscale: #8F8F8F. Windows color (decimal): -8090931 or 13470340. OLE color: 13470340.

HSL color Cylindrical-coordinate representation of color #848ACD: hue angle of 235.07º 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 #848ACD is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 138 205 -
CMYK 0.36 0.33 0 0.20
HSL 235.07º 0.42% 0.66% -
HSV(B) 235.07º 0.36% 0.8% -
XYZ 29.62 27.49 61.5 -
YUV 143.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 132 138 205 0.36 0.33 0 0.20 235.07 0.42 0.66
Hex 84 8A CD 24 21 0 14 EB 2A 42
Octal 204 212 315 44 41 0 24 353 52 102
Binary 10000100 10001010 11001101 100100 100001 0 10100 11101011 101010 1000010

Color Harmonies of #848ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ACD

Black with #848ACD

Text Example


Text Example

White with #848ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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