Html Css Color HEX #849CBF Rock Blue

📋 copy color: '#849CBF'

red 132 ◦ green 156 ◦ blue 191

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

Shades of Rock Blue #849CBF

Tints of Rock Blue #849CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

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

R = 27.56%
G = 32.57%
B = 39.87%

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

#849CBF (or 0x849CBF) is known color: Rock Blue. HEX triplet: 84, 9C and BF. RGB value is (132,156,191). Sum of RGB (Red+Green+Blue) = 132+156+191=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #849CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CBF is #7B6340. Grayscale: #989898. Windows color (decimal): -8086337 or 12557444. OLE color: 12557444.

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

Color convert

RGB 132 156 191 -
CMYK 0.31 0.18 0 0.25
HSL 215.59º 0.32% 0.63% -
HSV(B) 215.59º 0.31% 0.75% -
XYZ 30.81 32.44 53.93 -
YUV 152.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 132 156 191 0.31 0.18 0 0.25 215.59 0.32 0.63
Hex 84 9C BF 1F 12 0 19 D8 20 3F
Octal 204 234 277 37 22 0 31 330 40 77
Binary 10000100 10011100 10111111 11111 10010 0 11001 11011000 100000 111111

Color Harmonies of #849CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CBF

Black with #849CBF

Text Example


Text Example

White with #849CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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