Html Css Color HEX #848FEA Portage

📋 copy color: '#848FEA'

red 132 ◦ green 143 ◦ blue 234

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

Shades of Portage #848FEA

Tints of Portage #848FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 25.93%
G = 28.09%
B = 45.97%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#848FEA (or 0x848FEA) is known color: Portage. HEX triplet: 84, 8F and EA. RGB value is (132,143,234). Sum of RGB (Red+Green+Blue) = 132+143+234=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #848FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FEA is #7B7015. Grayscale: #959595. Windows color (decimal): -8089622 or 15372164. OLE color: 15372164.

HSL color Cylindrical-coordinate representation of color #848FEA: hue angle of 233.53º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #848FEA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 143 234 -
CMYK 0.44 0.39 0 0.08
HSL 233.53º 0.71% 0.72% -
HSV(B) 233.53º 0.44% 0.92% -
XYZ 34.19 30.49 81.93 -
YUV 150.09 175.36 115.1 -
System Red Green Blue C M Y K H S L
Decimal 132 143 234 0.44 0.39 0 0.08 233.53 0.71 0.72
Hex 84 8F EA 2C 27 0 8 EA 47 48
Octal 204 217 352 54 47 0 10 352 107 110
Binary 10000100 10001111 11101010 101100 100111 0 1000 11101010 1000111 1001000

Color Harmonies of #848FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FEA

Black with #848FEA

Text Example


Text Example

White with #848FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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