#869DBC

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

Shades of Rock Blue #869DBC

Tints of Rock Blue #869DBC

Color information

#869DBC (or 0x869DBC) is unknown color: approx Rock Blue. HEX triplet: 86, 9D and BC. RGB value is (134,157,188). Sum of RGB (Red+Green+Blue) = 134+157+188=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #869DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DBC is #796243. Grayscale: #999999. Windows color (decimal): -7955012 or 12361094. OLE color: 12361094.

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

Color convert

RGB134157188-
CMYK0.290.1600.26
HSL214.44º28.72%63.14%-
HSV(B)214.44º28.72%73.73%-
XYZ30.9732.8152.28-
YUV153.66147.38113.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=27.97%
G=32.78%
B=39.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341571880.290.1600.26214.4428.7263.14
Hex869DBC1D1001Ad61d3f
Octal20623527435200323263577
Binary10000110100111011011110011101100000110101101011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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