Html Css Color HEX #849EEB Portage

📋 copy color: '#849EEB'

red 132 ◦ green 158 ◦ blue 235

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

Shades of Portage #849EEB

Tints of Portage #849EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.1%

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 25.14%
G = 30.1%
B = 44.76%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#849EEB (or 0x849EEB) is known color: Portage. HEX triplet: 84, 9E and EB. RGB value is (132,158,235). Sum of RGB (Red+Green+Blue) = 132+158+235=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #849EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EEB is #7B6114. Grayscale: #9E9E9E. Windows color (decimal): -8085781 or 15441540. OLE color: 15441540.

HSL color Cylindrical-coordinate representation of color #849EEB: hue angle of 224.85º degrees, saturation: 0.72, 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 #849EEB is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 158 235 -
CMYK 0.44 0.33 0 0.08
HSL 224.85º 0.72% 0.72% -
HSV(B) 224.85º 0.44% 0.92% -
XYZ 36.74 35.36 83.49 -
YUV 159 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 132 158 235 0.44 0.33 0 0.08 224.85 0.72 0.72
Hex 84 9E EB 2C 21 0 8 E1 48 48
Octal 204 236 353 54 41 0 10 341 110 110
Binary 10000100 10011110 11101011 101100 100001 0 1000 11100001 1001000 1001000

Color Harmonies of #849EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EEB

Black with #849EEB

Text Example


Text Example

White with #849EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849EEB; }

 p { color: rgb(132,158,235); }

 H1.HeaderClassName
 {
   color: #849EEB;
 }
 .AnyTagClassName
 {
   color: #849EEB;
 }
</style>

background-color css

<style>
 a { background-color: #849EEB; }

 a { background-color: rgb(132,158,235); }

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

border-color css

<style>
 span { border-color: #849EEB; }

 span { border-color: rgb(132,158,235); }

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