Html Css Color HEX #839ABB Rock Blue

📋 copy color: '#839ABB'

red 131 ◦ green 154 ◦ blue 187

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

Shades of Rock Blue #839ABB

Tints of Rock Blue #839ABB

RGB

 RED value IS 131 (51.56% from 255) = 27.75%

 GREEN value IS 154 (60.55% from 255) = 32.63%

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 27.75%
G = 32.63%
B = 39.62%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#839ABB (or 0x839ABB) is known color: Rock Blue. HEX triplet: 83, 9A and BB. RGB value is (131,154,187). Sum of RGB (Red+Green+Blue) = 131+154+187=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #839ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ABB is #7C6544. Grayscale: #969696. Windows color (decimal): -8152389 or 12294787. OLE color: 12294787.

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

Color convert

RGB 131 154 187 -
CMYK 0.30 0.18 0 0.27
HSL 215.36º 0.29% 0.62% -
HSV(B) 215.36º 0.3% 0.73% -
XYZ 29.89 31.52 51.52 -
YUV 150.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 131 154 187 0.30 0.18 0 0.27 215.36 0.29 0.62
Hex 83 9A BB 1E 12 0 1B D7 1D 3E
Octal 203 232 273 36 22 0 33 327 35 76
Binary 10000011 10011010 10111011 11110 10010 0 11011 11010111 11101 111110

Color Harmonies of #839ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ABB

Black with #839ABB

Text Example


Text Example

White with #839ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839ABB; }

 p { color: rgb(131,154,187); }

 H1.HeaderClassName
 {
   color: #839ABB;
 }
 .AnyTagClassName
 {
   color: #839ABB;
 }
</style>

background-color css

<style>
 a { background-color: #839ABB; }

 a { background-color: rgb(131,154,187); }

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

border-color css

<style>
 span { border-color: #839ABB; }

 span { border-color: rgb(131,154,187); }

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