Html Css Color HEX #849AFB Portage

📋 copy color: '#849AFB'

red 132 ◦ green 154 ◦ blue 251

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

Shades of Portage #849AFB

Tints of Portage #849AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.68%

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 24.58%
G = 28.68%
B = 46.74%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#849AFB (or 0x849AFB) is known color: Portage. HEX triplet: 84, 9A and FB. RGB value is (132,154,251). Sum of RGB (Red+Green+Blue) = 132+154+251=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #849AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AFB is #7B6504. Grayscale: #9E9E9E. Windows color (decimal): -8086789 or 16489092. OLE color: 16489092.

HSL color Cylindrical-coordinate representation of color #849AFB: hue angle of 228.91º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #849AFB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 154 251 -
CMYK 0.47 0.39 0 0.02
HSL 228.91º 0.94% 0.75% -
HSV(B) 228.91º 0.47% 0.98% -
XYZ 38.48 34.98 95.99 -
YUV 158.48 180.21 109.11 -
System Red Green Blue C M Y K H S L
Decimal 132 154 251 0.47 0.39 0 0.02 228.91 0.94 0.75
Hex 84 9A FB 2F 27 0 2 E5 5E 4B
Octal 204 232 373 57 47 0 2 345 136 113
Binary 10000100 10011010 11111011 101111 100111 0 10 11100101 1011110 1001011

Color Harmonies of #849AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AFB

Black with #849AFB

Text Example


Text Example

White with #849AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,154,251); }

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

background-color css

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

 a { background-color: rgb(132,154,251); }

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

border-color css

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

 span { border-color: rgb(132,154,251); }

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