Html Css Color HEX #849FB9 Rock Blue

📋 copy color: '#849FB9'

red 132 ◦ green 159 ◦ blue 185

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

Shades of Rock Blue #849FB9

Tints of Rock Blue #849FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.87%

R = 27.73%
G = 33.4%
B = 38.87%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#849FB9 (or 0x849FB9) is known color: Rock Blue. HEX triplet: 84, 9F and B9. RGB value is (132,159,185). Sum of RGB (Red+Green+Blue) = 132+159+185=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #849FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FB9 is #7B6046. Grayscale: #999999. Windows color (decimal): -8085575 or 12164996. OLE color: 12164996.

HSL color Cylindrical-coordinate representation of color #849FB9: hue angle of 209.43º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #849FB9 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 159 185 -
CMYK 0.29 0.14 0 0.27
HSL 209.43º 0.27% 0.62% -
HSV(B) 209.43º 0.29% 0.73% -
XYZ 30.67 33.2 50.69 -
YUV 153.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 132 159 185 0.29 0.14 0 0.27 209.43 0.27 0.62
Hex 84 9F B9 1D E 0 1B D1 1B 3E
Octal 204 237 271 35 16 0 33 321 33 76
Binary 10000100 10011111 10111001 11101 1110 0 11011 11010001 11011 111110

Color Harmonies of #849FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FB9

Black with #849FB9

Text Example


Text Example

White with #849FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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