Html Css Color HEX #848CDA Portage

📋 copy color: '#848CDA'

red 132 ◦ green 140 ◦ blue 218

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

Shades of Portage #848CDA

Tints of Portage #848CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 26.94%
G = 28.57%
B = 44.49%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#848CDA (or 0x848CDA) is known color: Portage. HEX triplet: 84, 8C and DA. RGB value is (132,140,218). Sum of RGB (Red+Green+Blue) = 132+140+218=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #848CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CDA is #7B7325. Grayscale: #929292. Windows color (decimal): -8090406 or 14322820. OLE color: 14322820.

HSL color Cylindrical-coordinate representation of color #848CDA: hue angle of 234.42º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848CDA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 140 218 -
CMYK 0.39 0.36 0 0.15
HSL 234.42º 0.54% 0.69% -
HSV(B) 234.42º 0.39% 0.85% -
XYZ 31.55 28.72 70.21 -
YUV 146.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 132 140 218 0.39 0.36 0 0.15 234.42 0.54 0.69
Hex 84 8C DA 27 24 0 F EA 36 45
Octal 204 214 332 47 44 0 17 352 66 105
Binary 10000100 10001100 11011010 100111 100100 0 1111 11101010 110110 1000101

Color Harmonies of #848CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848CDA

Black with #848CDA

Text Example


Text Example

White with #848CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,140,218); }

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

background-color css

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

 a { background-color: rgb(132,140,218); }

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

border-color css

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

 span { border-color: rgb(132,140,218); }

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