Html Css Color HEX #849BBE Rock Blue

📋 copy color: '#849BBE'

red 132 ◦ green 155 ◦ blue 190

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

Shades of Rock Blue #849BBE

Tints of Rock Blue #849BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 27.67%
G = 32.49%
B = 39.83%

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

#849BBE (or 0x849BBE) is known color: Rock Blue. HEX triplet: 84, 9B and BE. RGB value is (132,155,190). Sum of RGB (Red+Green+Blue) = 132+155+190=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #849BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BBE is #7B6441. Grayscale: #979797. Windows color (decimal): -8086594 or 12491652. OLE color: 12491652.

HSL color Cylindrical-coordinate representation of color #849BBE: hue angle of 216.21º degrees, saturation: 0.31, 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 #849BBE is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 155 190 -
CMYK 0.31 0.18 0 0.25
HSL 216.21º 0.31% 0.63% -
HSV(B) 216.21º 0.31% 0.75% -
XYZ 30.53 32.07 53.3 -
YUV 152.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 132 155 190 0.31 0.18 0 0.25 216.21 0.31 0.63
Hex 84 9B BE 1F 12 0 19 D8 1F 3F
Octal 204 233 276 37 22 0 31 330 37 77
Binary 10000100 10011011 10111110 11111 10010 0 11001 11011000 11111 111111

Color Harmonies of #849BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BBE

Black with #849BBE

Text Example


Text Example

White with #849BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,190); }

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

background-color css

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

 a { background-color: rgb(132,155,190); }

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

border-color css

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

 span { border-color: rgb(132,155,190); }

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