Html Css Color HEX #849DED Portage

📋 copy color: '#849DED'

red 132 ◦ green 157 ◦ blue 237

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

Shades of Portage #849DED

Tints of Portage #849DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

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

R = 25.1%
G = 29.85%
B = 45.06%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#849DED (or 0x849DED) is known color: Portage. HEX triplet: 84, 9D and ED. RGB value is (132,157,237). Sum of RGB (Red+Green+Blue) = 132+157+237=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #849DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DED is #7B6212. Grayscale: #9E9E9E. Windows color (decimal): -8086035 or 15572356. OLE color: 15572356.

HSL color Cylindrical-coordinate representation of color #849DED: hue angle of 225.71º 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 #849DED is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 157 237 -
CMYK 0.44 0.34 0 0.07
HSL 225.71º 0.74% 0.72% -
HSV(B) 225.71º 0.44% 0.93% -
XYZ 36.86 35.13 84.96 -
YUV 158.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 132 157 237 0.44 0.34 0 0.07 225.71 0.74 0.72
Hex 84 9D ED 2C 22 0 7 E2 4A 48
Octal 204 235 355 54 42 0 7 342 112 110
Binary 10000100 10011101 11101101 101100 100010 0 111 11100010 1001010 1001000

Color Harmonies of #849DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DED

Black with #849DED

Text Example


Text Example

White with #849DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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