Html Css Color HEX #848FDA Portage

📋 copy color: '#848FDA'

red 132 ◦ green 143 ◦ blue 218

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

Shades of Portage #848FDA

Tints of Portage #848FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.01%

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

R = 26.77%
G = 29.01%
B = 44.22%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#848FDA (or 0x848FDA) is known color: Portage. HEX triplet: 84, 8F and DA. RGB value is (132,143,218). Sum of RGB (Red+Green+Blue) = 132+143+218=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #848FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FDA is #7B7025. Grayscale: #939393. Windows color (decimal): -8089638 or 14323588. OLE color: 14323588.

HSL color Cylindrical-coordinate representation of color #848FDA: hue angle of 232.33º 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 #848FDA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 143 218 -
CMYK 0.39 0.34 0 0.15
HSL 232.33º 0.54% 0.69% -
HSV(B) 232.33º 0.39% 0.85% -
XYZ 31.99 29.61 70.36 -
YUV 148.26 167.36 116.4 -
System Red Green Blue C M Y K H S L
Decimal 132 143 218 0.39 0.34 0 0.15 232.33 0.54 0.69
Hex 84 8F DA 27 22 0 F E8 36 45
Octal 204 217 332 47 42 0 17 350 66 105
Binary 10000100 10001111 11011010 100111 100010 0 1111 11101000 110110 1000101

Color Harmonies of #848FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FDA

Black with #848FDA

Text Example


Text Example

White with #848FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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