Html Css Color HEX #848DED Portage

📋 copy color: '#848DED'

red 132 ◦ green 141 ◦ blue 237

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

Shades of Portage #848DED

Tints of Portage #848DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.65%

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 25.88%
G = 27.65%
B = 46.47%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#848DED (or 0x848DED) is known color: Portage. HEX triplet: 84, 8D and ED. RGB value is (132,141,237). Sum of RGB (Red+Green+Blue) = 132+141+237=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #848DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DED is #7B7212. Grayscale: #949494. Windows color (decimal): -8090131 or 15568260. OLE color: 15568260.

HSL color Cylindrical-coordinate representation of color #848DED: hue angle of 234.86º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #848DED is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 141 237 -
CMYK 0.44 0.41 0 0.07
HSL 234.86º 0.74% 0.72% -
HSV(B) 234.86º 0.44% 0.93% -
XYZ 34.33 30.07 84.12 -
YUV 149.25 177.52 115.69 -
System Red Green Blue C M Y K H S L
Decimal 132 141 237 0.44 0.41 0 0.07 234.86 0.74 0.72
Hex 84 8D ED 2C 29 0 7 EB 4A 48
Octal 204 215 355 54 51 0 7 353 112 110
Binary 10000100 10001101 11101101 101100 101001 0 111 11101011 1001010 1001000

Color Harmonies of #848DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DED

Black with #848DED

Text Example


Text Example

White with #848DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,141,237); }

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

background-color css

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

 a { background-color: rgb(132,141,237); }

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

border-color css

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

 span { border-color: rgb(132,141,237); }

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