Html Css Color HEX #848CEA Portage

📋 copy color: '#848CEA'

red 132 ◦ green 140 ◦ blue 234

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

Shades of Portage #848CEA

Tints of Portage #848CEA

RGB

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

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

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

R = 26.09%
G = 27.67%
B = 46.25%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#848CEA (or 0x848CEA) is known color: Portage. HEX triplet: 84, 8C and EA. RGB value is (132,140,234). Sum of RGB (Red+Green+Blue) = 132+140+234=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #848CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CEA is #7B7315. Grayscale: #939393. Windows color (decimal): -8090390 or 15371396. OLE color: 15371396.

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

Color convert

RGB 132 140 234 -
CMYK 0.44 0.40 0 0.08
HSL 235.29º 0.71% 0.72% -
HSV(B) 235.29º 0.44% 0.92% -
XYZ 33.75 29.6 81.78 -
YUV 148.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 132 140 234 0.44 0.40 0 0.08 235.29 0.71 0.72
Hex 84 8C EA 2C 28 0 8 EB 47 48
Octal 204 214 352 54 50 0 10 353 107 110
Binary 10000100 10001100 11101010 101100 101000 0 1000 11101011 1000111 1001000

Color Harmonies of #848CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848CEA

Black with #848CEA

Text Example


Text Example

White with #848CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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