#869DBA

Color #869DBA Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #869DBA

Tints of Rock Blue #869DBA

Color information

#869DBA (or 0x869DBA) is unknown color: approx Rock Blue. HEX triplet: 86, 9D and BA. RGB value is (134,157,186). Sum of RGB (Red+Green+Blue) = 134+157+186=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #869DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DBA is #796245. Grayscale: #999999. Windows color (decimal): -7955014 or 12230022. OLE color: 12230022.

HSL color Cylindrical-coordinate representation of color #869DBA: hue angle of 213.46º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #869DBA is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134157186-
CMYK0.280.1600.27
HSL213.46º27.37%62.75%-
HSV(B)213.46º27.96%72.94%-
XYZ30.7532.7351.15-
YUV153.43146.38114.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.09%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=28.09%
G=32.91%
B=38.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341571860.280.1600.27213.4627.3762.75
Hex869DBA1C1001Bd51b3f
Octal20623527234200333253377
Binary10000110100111011011101011100100000110111101010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869DBA; }

 p { color: rgb(134,157,186); }

 H1.HeaderClassName
 {
   color: #869DBA;
 }
 .AnyTagClassName
 {
   color: #869DBA;
 }
</style>
background-color css

<style>
 a { background-color: #869DBA; }

 a { background-color: rgb(134,157,186); }

 div.DivClassName
 {
   background-color: #869DBA;
 }
 .BgClassName
 {
   background-color: #869DBA;
 }
</style>
border-color css

<style>
 span { border-color: #869DBA; }

 span { border-color: rgb(134,157,186); }

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