Html Css Color HEX #848CE8 Portage

📋 copy color: '#848CE8'

red 132 ◦ green 140 ◦ blue 232

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

Shades of Portage #848CE8

Tints of Portage #848CE8

RGB

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

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

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

R = 26.19%
G = 27.78%
B = 46.03%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#848CE8 (or 0x848CE8) is known color: Portage. HEX triplet: 84, 8C and E8. RGB value is (132,140,232). Sum of RGB (Red+Green+Blue) = 132+140+232=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #848CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CE8 is #7B7317. Grayscale: #939393. Windows color (decimal): -8090392 or 15240324. OLE color: 15240324.

HSL color Cylindrical-coordinate representation of color #848CE8: hue angle of 235.2º 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 #848CE8 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 140 232 -
CMYK 0.43 0.40 0 0.09
HSL 235.2º 0.68% 0.71% -
HSV(B) 235.2º 0.43% 0.91% -
XYZ 33.46 29.49 80.27 -
YUV 148.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 132 140 232 0.43 0.40 0 0.09 235.2 0.68 0.71
Hex 84 8C E8 2B 28 0 9 EB 44 47
Octal 204 214 350 53 50 0 11 353 104 107
Binary 10000100 10001100 11101000 101011 101000 0 1001 11101011 1000100 1000111

Color Harmonies of #848CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848CE8

Black with #848CE8

Text Example


Text Example

White with #848CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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