#869AB5

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

Shades of Rock Blue #869AB5

Tints of Rock Blue #869AB5

Color information

#869AB5 (or 0x869AB5) is unknown color: approx Rock Blue. HEX triplet: 86, 9A and B5. RGB value is (134,154,181). Sum of RGB (Red+Green+Blue) = 134+154+181=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #869AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869AB5 is #79654A. Grayscale: #969696. Windows color (decimal): -7955787 or 11901574. OLE color: 11901574.

HSL color Cylindrical-coordinate representation of color #869AB5: hue angle of 214.47º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #869AB5 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134154181-
CMYK0.260.1500.29
HSL214.47º24.1%61.76%-
HSV(B)214.47º25.97%70.98%-
XYZ29.7331.5248.23-
YUV151.1144.87115.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.57%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=28.57%
G=32.84%
B=38.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341541810.260.1500.29214.4724.161.76
Hex869AB51AF01Dd6183e
Octal20623226532170353263076
Binary1000011010011010101101011101011110111011101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,154,181); }

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

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

 a { background-color: rgb(134,154,181); }

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

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

 span { border-color: rgb(134,154,181); }

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