Html Css Color HEX #848FE9 Portage

📋 copy color: '#848FE9'

red 132 ◦ green 143 ◦ blue 233

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

Shades of Portage #848FE9

Tints of Portage #848FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.87%

R = 25.98%
G = 28.15%
B = 45.87%

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

#848FE9 (or 0x848FE9) is known color: Portage. HEX triplet: 84, 8F and E9. RGB value is (132,143,233). Sum of RGB (Red+Green+Blue) = 132+143+233=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #848FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FE9 is #7B7016. Grayscale: #959595. Windows color (decimal): -8089623 or 15306628. OLE color: 15306628.

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

Color convert

RGB 132 143 233 -
CMYK 0.43 0.39 0 0.09
HSL 233.47º 0.7% 0.72% -
HSV(B) 233.47º 0.43% 0.91% -
XYZ 34.05 30.43 81.17 -
YUV 149.97 174.86 115.18 -
System Red Green Blue C M Y K H S L
Decimal 132 143 233 0.43 0.39 0 0.09 233.47 0.7 0.72
Hex 84 8F E9 2B 27 0 9 E9 46 48
Octal 204 217 351 53 47 0 11 351 106 110
Binary 10000100 10001111 11101001 101011 100111 0 1001 11101001 1000110 1001000

Color Harmonies of #848FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FE9

Black with #848FE9

Text Example


Text Example

White with #848FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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