#869EBB

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

Shades of Rock Blue #869EBB

Tints of Rock Blue #869EBB

Color information

#869EBB (or 0x869EBB) is unknown color: approx Rock Blue. HEX triplet: 86, 9E and BB. RGB value is (134,158,187). Sum of RGB (Red+Green+Blue) = 134+158+187=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #869EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869EBB is #796144. Grayscale: #999999. Windows color (decimal): -7954757 or 12295814. OLE color: 12295814.

HSL color Cylindrical-coordinate representation of color #869EBB: hue angle of 212.83º degrees, saturation: 0.28, 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 #869EBB is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134158187-
CMYK0.280.1600.27
HSL212.83º28.04%62.94%-
HSV(B)212.83º28.34%73.33%-
XYZ31.0333.1151.77-
YUV154.13146.55113.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=27.97%
G=32.99%
B=39.04%

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
Decimal1341581870.280.1600.27212.8328.0462.94
Hex869EBB1C1001Bd51c3f
Octal20623627334200333253477
Binary10000110100111101011101111100100000110111101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,158,187); }

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

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

 a { background-color: rgb(134,158,187); }

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

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

 span { border-color: rgb(134,158,187); }

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