Html Css Color HEX #849DB7 Rock Blue

📋 copy color: '#849DB7'

red 132 ◦ green 157 ◦ blue 183

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

Shades of Rock Blue #849DB7

Tints of Rock Blue #849DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 27.97%
G = 33.26%
B = 38.77%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#849DB7 (or 0x849DB7) is known color: Rock Blue. HEX triplet: 84, 9D and B7. RGB value is (132,157,183). Sum of RGB (Red+Green+Blue) = 132+157+183=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #849DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DB7 is #7B6248. Grayscale: #989898. Windows color (decimal): -8086089 or 12033412. OLE color: 12033412.

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

Color convert

RGB 132 157 183 -
CMYK 0.28 0.14 0 0.28
HSL 210.59º 0.26% 0.62% -
HSV(B) 210.59º 0.28% 0.72% -
XYZ 30.12 32.44 49.47 -
YUV 152.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 132 157 183 0.28 0.14 0 0.28 210.59 0.26 0.62
Hex 84 9D B7 1C E 0 1C D3 1A 3E
Octal 204 235 267 34 16 0 34 323 32 76
Binary 10000100 10011101 10110111 11100 1110 0 11100 11010011 11010 111110

Color Harmonies of #849DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DB7

Black with #849DB7

Text Example


Text Example

White with #849DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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