Html Css Color HEX #848EE8 Portage

📋 copy color: '#848EE8'

red 132 ◦ green 142 ◦ blue 232

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

Shades of Portage #848EE8

Tints of Portage #848EE8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.06%

 BLUE value IS 232 (91.02% from 255) = 45.85%

R = 26.09%
G = 28.06%
B = 45.85%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#848EE8 (or 0x848EE8) is known color: Portage. HEX triplet: 84, 8E and E8. RGB value is (132,142,232). Sum of RGB (Red+Green+Blue) = 132+142+232=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #848EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EE8 is #7B7117. Grayscale: #949494. Windows color (decimal): -8089880 or 15240836. OLE color: 15240836.

HSL color Cylindrical-coordinate representation of color #848EE8: hue angle of 234º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #848EE8 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 142 232 -
CMYK 0.43 0.39 0 0.09
HSL 234º 0.68% 0.71% -
HSV(B) 234º 0.43% 0.91% -
XYZ 33.75 30.08 80.37 -
YUV 149.27 174.69 115.68 -
System Red Green Blue C M Y K H S L
Decimal 132 142 232 0.43 0.39 0 0.09 234 0.68 0.71
Hex 84 8E E8 2B 27 0 9 EA 44 47
Octal 204 216 350 53 47 0 11 352 104 107
Binary 10000100 10001110 11101000 101011 100111 0 1001 11101010 1000100 1000111

Color Harmonies of #848EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EE8

Black with #848EE8

Text Example


Text Example

White with #848EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,142,232); }

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

background-color css

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

 a { background-color: rgb(132,142,232); }

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

border-color css

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

 span { border-color: rgb(132,142,232); }

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