Html Css Color HEX #849DBF Rock Blue

📋 copy color: '#849DBF'

red 132 ◦ green 157 ◦ blue 191

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

Shades of Rock Blue #849DBF

Tints of Rock Blue #849DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.79%

R = 27.5%
G = 32.71%
B = 39.79%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#849DBF (or 0x849DBF) is known color: Rock Blue. HEX triplet: 84, 9D and BF. RGB value is (132,157,191). Sum of RGB (Red+Green+Blue) = 132+157+191=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #849DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DBF is #7B6240. Grayscale: #999999. Windows color (decimal): -8086081 or 12557700. OLE color: 12557700.

HSL color Cylindrical-coordinate representation of color #849DBF: hue angle of 214.58º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #849DBF is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 157 191 -
CMYK 0.31 0.18 0 0.25
HSL 214.58º 0.32% 0.63% -
HSV(B) 214.58º 0.31% 0.75% -
XYZ 30.98 32.78 53.98 -
YUV 153.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 132 157 191 0.31 0.18 0 0.25 214.58 0.32 0.63
Hex 84 9D BF 1F 12 0 19 D7 20 3F
Octal 204 235 277 37 22 0 31 327 40 77
Binary 10000100 10011101 10111111 11111 10010 0 11001 11010111 100000 111111

Color Harmonies of #849DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DBF

Black with #849DBF

Text Example


Text Example

White with #849DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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