Html Css Color HEX #848DE9 Portage

📋 copy color: '#848DE9'

red 132 ◦ green 141 ◦ blue 233

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

Shades of Portage #848DE9

Tints of Portage #848DE9

RGB

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

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

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

R = 26.09%
G = 27.87%
B = 46.05%

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

#848DE9 (or 0x848DE9) is known color: Portage. HEX triplet: 84, 8D and E9. RGB value is (132,141,233). Sum of RGB (Red+Green+Blue) = 132+141+233=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #848DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DE9 is #7B7216. Grayscale: #949494. Windows color (decimal): -8090135 or 15306116. OLE color: 15306116.

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

Color convert

RGB 132 141 233 -
CMYK 0.43 0.39 0 0.09
HSL 234.65º 0.7% 0.72% -
HSV(B) 234.65º 0.43% 0.91% -
XYZ 33.75 29.84 81.07 -
YUV 148.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 132 141 233 0.43 0.39 0 0.09 234.65 0.7 0.72
Hex 84 8D E9 2B 27 0 9 EB 46 48
Octal 204 215 351 53 47 0 11 353 106 110
Binary 10000100 10001101 11101001 101011 100111 0 1001 11101011 1000110 1001000

Color Harmonies of #848DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DE9

Black with #848DE9

Text Example


Text Example

White with #848DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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