#7F9ABC

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

Shades of Rock Blue #7F9ABC

Tints of Rock Blue #7F9ABC

Color information

#7F9ABC (or 0x7F9ABC) is unknown color: approx Rock Blue. HEX triplet: 7F, 9A and BC. RGB value is (127,154,188). Sum of RGB (Red+Green+Blue) = 127+154+188=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F9ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ABC is #806543. Grayscale: #959595. Windows color (decimal): -8414532 or 12360319. OLE color: 12360319.

HSL color Cylindrical-coordinate representation of color #7F9ABC: hue angle of 213.44º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F9ABC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127154188-
CMYK0.320.1800.26
HSL213.44º31.28%61.76%-
HSV(B)213.44º32.45%73.73%-
XYZ29.3931.2552.06-
YUV149.8149.55111.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.08%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=27.08%
G=32.84%
B=40.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271541880.320.1800.26213.4431.2861.76
Hex7F9ABC201201Ad51f3e
Octal17723227440220323253776
Binary11111111001101010111100100000100100110101101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F9ABC; }

 p { color: rgb(127,154,188); }

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

<style>
 a { background-color: #7F9ABC; }

 a { background-color: rgb(127,154,188); }

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

<style>
 span { border-color: #7F9ABC; }

 span { border-color: rgb(127,154,188); }

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