Html Css Color HEX #849FED Portage

📋 copy color: '#849FED'

red 132 ◦ green 159 ◦ blue 237

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

Shades of Portage #849FED

Tints of Portage #849FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.11%

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 25%
G = 30.11%
B = 44.89%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#849FED (or 0x849FED) is known color: Portage. HEX triplet: 84, 9F and ED. RGB value is (132,159,237). Sum of RGB (Red+Green+Blue) = 132+159+237=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #849FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849FED is #7B6012. Grayscale: #9F9F9F. Windows color (decimal): -8085523 or 15572868. OLE color: 15572868.

HSL color Cylindrical-coordinate representation of color #849FED: hue angle of 224.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849FED is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 159 237 -
CMYK 0.44 0.33 0 0.07
HSL 224.57º 0.74% 0.72% -
HSV(B) 224.57º 0.44% 0.93% -
XYZ 37.2 35.82 85.07 -
YUV 159.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 132 159 237 0.44 0.33 0 0.07 224.57 0.74 0.72
Hex 84 9F ED 2C 21 0 7 E1 4A 48
Octal 204 237 355 54 41 0 7 341 112 110
Binary 10000100 10011111 11101101 101100 100001 0 111 11100001 1001010 1001000

Color Harmonies of #849FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FED

Black with #849FED

Text Example


Text Example

White with #849FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,159,237); }

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

background-color css

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

 a { background-color: rgb(132,159,237); }

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

border-color css

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

 span { border-color: rgb(132,159,237); }

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